Files
nuttx/include
wangchengdong 2ae62d71a6 sched/hrtimer: fix hrtimer regression introduced by recent update
The hrtimer subsystem is independent of the OS tick mechanism and tickless
mode. It must always be able to reprogram the hardware timer to achieve
nanosecond-level resolution.

A recent update restricted hardware timer reprogramming to tickless mode
only. As a result, hrtimer no longer functions correctly when the scheduler
is running in tick-based mode.

This change removes the incorrect dependency on tickless mode and restores
proper hrtimer operation.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2026-01-27 19:35:31 +08:00
..
2025-12-09 18:03:10 +08:00
2025-11-10 10:56:29 +01:00
2026-01-22 22:14:00 +08:00
2026-01-26 21:01:01 +08:00
2026-01-16 10:03:53 +08:00