This is an automated email from the ASF dual-hosted git repository.

archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 46c319d9489 arch/x64: Solve the sig_nest hang issue
     new 9d8f0ace405 sched/sched: consolidate nxsched_process_timer into 
sched_timer.c
     new 303bc7411fd sched/sched: add hrtimer support to drive the scheduler

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:
 drivers/timers/arch_alarm.c                        |   4 +-
 include/nuttx/arch.h                               |   3 +-
 sched/sched/CMakeLists.txt                         |   7 +-
 sched/sched/Make.defs                              |   6 +-
 sched/sched/sched.h                                |   2 +
 .../{sched_processtimer.c => sched_processtick.c}  |   6 +-
 ...ed_timerexpiration.c => sched_tickexpiration.c} |   4 +-
 sched/sched/sched_timer.c                          | 144 +++++++++++++++++++++
 8 files changed, 162 insertions(+), 14 deletions(-)
 rename sched/sched/{sched_processtimer.c => sched_processtick.c} (98%)
 rename sched/sched/{sched_timerexpiration.c => sched_tickexpiration.c} (99%)
 create mode 100644 sched/sched/sched_timer.c

Reply via email to