-
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
STM32: enable TICKLESS #9134
STM32: enable TICKLESS #9134
Conversation
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
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.
LGTM! Will provide results for these families with tickless against Pelion tests soon.
Can you review test logs for NUCLEO_F207ZG ? There are failures for all toolchains |
no... I don't have access to logs |
The url above "Build artifacts" should be accessible: Here's the link again: Browse to the tests, the target NUCLEO_F207ZG and you should see the logs there. If not, this is a bug that we should fix, please let us know |
OK 2 comments:
|
Thanks, CI restarted Note, I restarted entire pipeline 🙄 |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
I propose to enable TICKLESS for STM32 targets which are using LPTIM feature for LPTICKER.
This PR also update the LPTICKER_DELAY_TICKS to 4 according to #8783
NB: note that it is still possible to remove this tickless feature in you mbed_app.json file if needed/wanted:
ex:
"target_overrides": {
"NUCLEO_L476RG": {
"target.macros_remove": ["MBED_TICKLESS"]
},
Pull request type