mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
291938150f
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>