This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 170d02da210 sched/critmonitor: Restore the target run start time.
new 72db2050508 drivers/timers: fix infinite loop in up_timer_getmask when
maxticks == CLOCK_MAX
new 9ab05ec3f55 drivers/timers: fix UB and mask width in up_timer_getmask
new b438b7a0838 timers/clkcnt: Round-up when converting nsec to cnt
new f134a5678dd sched/hrtimer: Fix reprogram with wrong expiration when
reinserting hrtimer
new be9200f95a4 sched/sched: Fix roundrobin scheduler timer if
SCHED_TICKLESS enabled
new 75bc159896e sched/tickless: Fix SCHED_RR timeslice accounting on
preemption
new f1837981fa0 style: add missing blank line after declarations
The 7 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:
drivers/timers/arch_alarm.c | 13 ++----
drivers/timers/arch_timer.c | 17 ++-----
include/nuttx/sched.h | 4 ++
include/nuttx/timers/clkcnt.h | 4 +-
sched/hrtimer/hrtimer_start.c | 2 +-
sched/sched/sched.h | 6 +++
sched/sched/sched_processtickless.c | 91 ++++++++++++++++---------------------
sched/sched/sched_roundrobin.c | 59 ++++++++++++++++++++++++
sched/sched/sched_switchcontext.c | 22 +++++++++
9 files changed, 142 insertions(+), 76 deletions(-)