-
Notifications
You must be signed in to change notification settings - Fork 3k
Add kernel ticker test #7342
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
Add kernel ticker test #7342
Conversation
9f099fd
to
0cd1c12
Compare
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.
Looks good to me 👍
/morph build |
Build : SUCCESSBuild number : 2483 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2122 |
Test : FAILUREBuild number : 2258 |
@maciejbocianski 2 devices fail this test (nrf5x), please review |
cc6f4c5
0cd1c12
to
cc6f4c5
Compare
Test code was updated. Thought that when tickless mode is enabled the SysTick mechanism is overridden only during idle but not, it's overridden all the time |
/morph build |
Build : SUCCESSBuild number : 2498 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2142 |
Test : SUCCESSBuild number : 2274 |
/morph export-build |
Exporter Build : FAILUREBuild number : 2149 |
/morph export-build |
1 similar comment
/morph export-build |
Exporter Build : SUCCESSBuild number : 2164 |
Description
This PR adds test of RTOS millisecond ticker (see #5419)
Pull request type