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 cd6a978ba95 arm64_head.S: fix the asm code build error
add a518c28add7 sched/hrtimer: Add callback pointer in hrtimer_start.
add 02aaa976fdd sched/hrtimer: Simplify the declaration.
add b9680708291 sched/hrtimer: Update the documentation.
add dedfc9af1f6 sched/wdog: Update the documentation.
add 946bd659d8a sched/sched: Remove nxsched_tick_expiration.
add 4514a11237e sched/sched: Update the comments and docs.
No new revisions were added by this update.
Summary of changes:
Documentation/reference/os/nuttx.rst | 10 ------
Documentation/reference/os/time_clock.rst | 59 ++++++++-----------------------
drivers/timers/arch_alarm.c | 6 ++--
drivers/timers/arch_timer.c | 6 ++--
include/nuttx/arch.h | 14 ++++----
include/nuttx/hrtimer.h | 24 +++++--------
sched/hrtimer/hrtimer.h | 7 ++--
sched/hrtimer/hrtimer_process.c | 1 +
sched/hrtimer/hrtimer_start.c | 5 ++-
sched/sched/sched.h | 24 -------------
sched/sched/sched_processtimer.c | 29 +++------------
sched/sched/sched_timerexpiration.c | 6 ++--
12 files changed, 49 insertions(+), 142 deletions(-)