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
In TICKLESS mode, I got 2 questions in TESTS/mbed_drivers/timeout/timeout_tests.h
is direct call to sleep() function still allowed ?
there are some wait_ms() call function to allow hardware serial buffers to completely flush.
But maybe these call should be protected by sleep_manager_lock_deep_sleep() ?