You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a call to sleep(), which will turn off us_ticker on Silicon Labs platforms, since there is no object initialized that is using the high-power, high-resolution ticker. Therefore, the us_ticker_read function is not suitable for tracking time across sleep calls.
Please change this test to rely on the RTC as an always-on clock, or use us_ticker properly and set it to timeout after the lp_ticker is expected to return.
The text was updated successfully, but these errors were encountered:
The lp_ticker test in TESTS/mbed-hal is fundamentally incompatible with the unified sleep API in use by Silicon Labs targets.
At
mbed-os/TESTS/mbed_hal/lp_ticker/main.cpp
Line 97 in 3a16ca9
Please change this test to rely on the RTC as an always-on clock, or use us_ticker properly and set it to timeout after the lp_ticker is expected to return.
The text was updated successfully, but these errors were encountered: