nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

usleep() blocks when CONFIG_SIM_WALLTIME_SIGNAL is enabled

Open fjpanag opened this issue 3 years ago • 0 comments

In simulator, when CONFIG_SIM_WALLTIME_SIGNAL is enabled, any call to usleep() blocks indefinitely and never returns.

I have confirmed that the "tick" signal is delivered correctly and that g_system_timer is advancing.
However, when the time passes, the sleeping task is never woken-up.

fjpanag avatar Aug 04 '22 15:08 fjpanag