mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
Converted the timer overrun check from a loop-based approach to a division-based method. This change ensures a deterministic worst-case execution time (WCET), even if it might not outperform the loop in average scenarios. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| timer.h | ||
| timer_create.c | ||
| timer_delete.c | ||
| timer_getitimer.c | ||
| timer_getoverrun.c | ||
| timer_gettime.c | ||
| timer_initialize.c | ||
| timer_release.c | ||
| timer_setitimer.c | ||
| timer_settime.c | ||