-
Notifications
You must be signed in to change notification settings - Fork 3k
RTOS SYSTIMER test error in TICKLESS mode #7530
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
Conversation
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.
Please provide more info in the commit message. Is this specific to one compiler, if so which one? I checked with GCC_ARM and this patch does not change anything.
Hi If we add "MBED_TICKLESS" in the macro in targets.json file, If we add "MBED_TICKLESS" in the macro in mbed_app.json file,
|
@jeromecoutant thanks for clarification, I did not check |
Issue occurs when "MBED_TICKLESS" is added in mbed_app.json, not when "MBED_TICKLESS" is added in targets.json
4b38dbc
to
2550f3d
Compare
/morph build |
Build : SUCCESSBuild number : 2647 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2280 |
/morph test |
Test : SUCCESSBuild number : 2392 |
RTOS SYSTIMER test error in TICKLESS mode
Description
If we enable MBED_TICKLESS, we got a compilation error:
Pull request type