This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2a1f24b8178 compiler: Add PRAGMA and unroll_loop.
new 1020bc74e81 [EXPERIMENTAL]sched/hrtimr: Allow running/armed hrtimer to
be restarted
new 24651af90c6 [EXPERIMENTAL]sched/hrtimer: update hrtimer document
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../reference/os/hrtimer_state_machine.png | Bin 0 -> 357712 bytes
Documentation/reference/os/time_clock.rst | 21 +++-
include/nuttx/hrtimer.h | 38 ++-----
sched/hrtimer/hrtimer.h | 117 +++++++++++++++++++--
sched/hrtimer/hrtimer_cancel.c | 86 +++++++--------
sched/hrtimer/hrtimer_initialize.c | 9 +-
sched/hrtimer/hrtimer_process.c | 58 ++++++----
sched/hrtimer/hrtimer_start.c | 79 ++++----------
8 files changed, 243 insertions(+), 165 deletions(-)
create mode 100644 Documentation/reference/os/hrtimer_state_machine.png