mirror of
https://github.com/apache/nuttx.git
synced 2026-02-08 14:06:39 +08: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>