-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enable tickless mode in additional tested targets #11480
Conversation
@gpsimenos, thank you for your changes. |
targets/targets.json
Outdated
@@ -4367,7 +4367,8 @@ | |||
"STM32L475xx", | |||
"MBED_TICKLESS", | |||
"EXTRA_IDLE_STACK_REQUIRED", | |||
"MBED_SPLIT_HEAP" | |||
"MBED_SPLIT_HEAP", | |||
"MBED_TICKLESS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Macro already present...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Macro removed
CI started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
There is a failure for one target "[Error] mbed_rtx_idle.cpp@46,2: Low power ticker required when MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER is false", please review |
…O_F411RE, UBLOX_EVK_ODIN_W2
This force push removes one failing target. |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Hi @gpsimenos With that PR, TICKLESS has been introduced for NUCLEO_F401RE, NUCLEO_F411RE and UBLOX_EVK_ODIN_W2. Already reverted for UBLOX_EVK_ODIN_W2 in #11625 |
Let's revert for F411RE too. Should I open the PR? |
@ABOSTM is going to clean all configurations |
Description
This PR is part of IOTCLOUDPR-3223. The requirement is to enable tickless mode in targets that CI can run tests on. In this PR, tickless mode is enabled in 3 targets that have preexisting minor greentea errors, and tickless mode has not caused additional errors:
Pull request type
Reviewers
@evedon @hugueskamba