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 fac76746eae arch/arm: Fix TLS initialization to account for padding
between sections
new df74d0c5b24 sched/wdog: Remove wd_restart API.
new 7b47b9de17b sched/wdog: Simplify the wd_gettime.
new c69cf36b7c5 sched/wdog: Simplify the wdog expiration handling.
new 4c1228059fc sched/sched: Fix comments in sched_timerexpiration.
The 4 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:
include/nuttx/wdog.h | 67 ---------------
sched/sched/sched_timerexpiration.c | 160 +++++++-----------------------------
sched/wdog/wd_cancel.c | 11 ++-
sched/wdog/wd_gettime.c | 18 ++--
sched/wdog/wd_initialize.c | 4 +
sched/wdog/wd_start.c | 60 ++++----------
sched/wdog/wdog.h | 64 ++++++++++++++-
7 files changed, 123 insertions(+), 261 deletions(-)