-
Notifications
You must be signed in to change notification settings - Fork 3k
set the tolerance to 5% if NO_SYSTICK is enabled #7070
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
set the tolerance to 5% if NO_SYSTICK is enabled #7070
Conversation
@ithinuel Looks like a possible real error on pr-head:
|
/morph build |
Build : SUCCESSBuild number : 2214 Triggering tests/morph test |
Test : SUCCESSBuild number : 2007 |
Exporter Build : SUCCESSBuild number : 1841 |
/morph uvisor-test |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
This bug(test failures) likely arose when NRF51 us_ticker implementation was changed from rtc to timer based (9ef0083). Before both lp_ticker and us_ticker were rtc based |
/morph uvisor-test |
Description
Fixes the issue raised on CI on the NRF 51 device.
The value of 5% is chosen to match the tolerance applied to
lp_ticker
s that are also often RTC-backed.Related PR
Pull request type