Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32F767ZI - I2C FastModePlus not properly enabled #11672

Merged
merged 2 commits into from
Oct 22, 2019

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Oct 11, 2019

Description

STM32F767ZI - I2C FastModePlus not properly enabled
Fixes #11659
Tests I2C ci-shield PASSED

Pull request type

[x ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

mbedgt: test suite report:

target platform_name test suite result elapsed_time (sec) copy_method
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c OK 18.97 default
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-assumptions-i2c OK 15.84 default
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c OK 19.64 default
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-assumptions-i2c OK 16.41 default
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c OK 18.72 default
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-assumptions-i2c OK 15.52 default
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c OK 19.19 default
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-assumptions-i2c OK 15.98 default
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c OK 17.97 default
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-assumptions-i2c OK 15.14 default
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c OK 18.23 default
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-assumptions-i2c OK 15.47 default
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c OK 18.88 default
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-assumptions-i2c OK 15.42 default
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c OK 21.67 default
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-assumptions-i2c OK 18.11 default
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c OK 18.91 default
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-assumptions-i2c OK 15.88 default
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c OK 18.88 default
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-assumptions-i2c OK 15.91 default
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c OK 18.05 default
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-assumptions-i2c OK 15.25 default
mbedgt: test suite results: 22 OK
mbedgt: test case report:
target platform_name test suite test case passed failed
--------------------- --------------- ----------------------- ------------------------------------ -------- --------
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F091RC-ARMC6 NUCLEO_F091RC tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F103RB-ARMC6 NUCLEO_F103RB tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F207ZG-ARMC6 NUCLEO_F207ZG tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F303ZE-ARMC6 NUCLEO_F303ZE tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F446RE-ARMC6 NUCLEO_F446RE tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_F767ZI-ARMC6 NUCLEO_F767ZI tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_H743ZI-ARMC6 NUCLEO_H743ZI tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_L073RZ-ARMC6 NUCLEO_L073RZ tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_L152RE-ARMC6 NUCLEO_L152RE tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_L476RG-ARMC6 NUCLEO_L476RG tests-assumptions-i2c I2C - is SDA connected? 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm 2nd WR 10 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm 2nd WR 100 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm 2nd WR 2 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm 2nd WR Single Byte 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm WR 10 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm WR 100 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm WR 2 Bytes 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - EEProm WR Single Byte 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - Instantiation of I2C Object 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-api-i2c I2C - LM75B Temperature Read 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-assumptions-i2c I2C - is SCL connected? 1 0
NUCLEO_WB55RG-ARMC6 NUCLEO_WB55RG tests-assumptions-i2c I2C - is SDA connected? 1 0
mbedgt: test case results: 132 OK

@jeromecoutant
Copy link
Collaborator

@durets

@ciarmcom ciarmcom requested a review from a team October 11, 2019 11:00
@ciarmcom
Copy link
Member

@ABOSTM, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 14, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Oct 15, 2019

Test run: FAILED

Summary: 3 of 4 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_build-ARM
  • jenkins-ci/mbed-os-ci_build-IAR
  • jenkins-ci/mbed-os-ci_build-GCC_ARM

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 15, 2019

@ABOSTM Please review build failures, look related to the changes

Warning: sometimes I2C_FASTMODEPLUS_I2Cx is defined,
even if not supported by some chip within the family
@0xc0170
Copy link
Contributor

0xc0170 commented Oct 21, 2019

CI started

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 21, 2019

@ABOSTM When updating PR, please send a comment to notify us about changes.

@ABOSTM
Copy link
Contributor Author

ABOSTM commented Oct 21, 2019

@0xc0170 Ok sorry, I was not aware of this practice, I will do so.

@mbed-ci
Copy link

mbed-ci commented Oct 21, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 2
Build artifacts

@0xc0170 0xc0170 merged commit 9db54bc into ARMmbed:master Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32F767ZI - I2C FastModePlus not properly enabled
6 participants