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

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


    from 28298b9d5e3 armv-m/syscall:use cfi to debug syscall
     add 694dfc7a0c4 sched/wdog: Remove wd_recover.
     add 476e02c7e0e sched/wdog: Faster wdog deleting.
     add 164b075d3f3 sched/wdog: Remove workaround for wdog latency.
     add 43e0c50aa78 sched/wdog: Revert the spin-lock to big-kernel-lock 
(enter_critical_section).
     add 6b63a81f54a sched/wdog: Simplify wd_timer to reduce WCET.
     add c5814ac9106 sched/wdog: compatible with MISRA-C
     add 2dc2b30a6a0 sched/wdog: Simplify the code and correct the 
critical_section.

No new revisions were added by this update.

Summary of changes:
 include/nuttx/list.h       |  13 +++-
 include/nuttx/wdog.h       |  10 +--
 sched/task/task_recover.c  |   2 +-
 sched/wdog/CMakeLists.txt  |   2 +-
 sched/wdog/Make.defs       |   2 +-
 sched/wdog/wd_cancel.c     |  58 ++++++++++--------
 sched/wdog/wd_gettime.c    |  17 ++++--
 sched/wdog/wd_initialize.c |   2 -
 sched/wdog/wd_recover.c    |  69 ---------------------
 sched/wdog/wd_start.c      | 147 +++++++++++++++++++++------------------------
 sched/wdog/wdog.h          |  24 --------
 11 files changed, 132 insertions(+), 214 deletions(-)
 delete mode 100644 sched/wdog/wd_recover.c

Reply via email to