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 44a924ab427 boards/stm32h7: add Arduino Portenta H7
new 71f53c6c74e sched/wdog: Inline wd_start() to improve performance
new 8696632abe4 sched/wdog: Add wd_restart() for convenient restart of a
wdog
new 387803e958c Documentation: Add wd_restart() API description
new 07e05b8591f sched/wdog: Add wd_restart_next() for precise wdog restart
upon expiration
new 61c4c54bd36 Documentation: Add wd_restart_next() API description
new 9053b60eb2c Documentation: Add wd_start_next() API description
The 6 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:
Documentation/reference/os/time_clock.rst | 64 ++++++++++++++++++-
include/nuttx/wdog.h | 100 ++++++++++++++++++++++++++----
sched/wdog/wd_start.c | 49 ---------------
3 files changed, 152 insertions(+), 61 deletions(-)