Hi,
I noticed a problem with thread waking from sleep in tickless mode.
When there is thread synced (infinite timeout) by semaphore from ISR, whole system timing breaks.
All sleeps in other threads are much shorter.
Note: Now I am syncing using simple suspend and resume principle which works.
Not, it does not, same problem.
Hi,
I noticed a problem with thread waking from sleep in tickless mode.
When there is thread synced (infinite timeout) by semaphore from ISR, whole system timing breaks.
All sleeps in other threads are much shorter.
Note: Now I am syncing using simple suspend and resume principle which works.Not, it does not, same problem.