mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
Add support for managing hrtimers using a simple list. This approach is more memory-efficient, as list nodes use less memory, and it is preferable to an RB-tree when the number of hrtimers is relatively small. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| hrtimer.h | ||
| hrtimer_cancel.c | ||
| hrtimer_initialize.c | ||
| hrtimer_process.c | ||
| hrtimer_start.c | ||
| Make.defs | ||