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 741324d73c8 net/rpmsg: add err handle when rpmsg_socket_unbind called
add 500768c38bd timer: add timer wdog
add e57e7008aa5 timers/timer_wdog: Remove the wd_start_period.
add e49ca905895 timer_wdog: add timer wdog initialition in sim
add 5effc98add1 Documentations/timer: add timer_wdog software timer
documentation
No new revisions were added by this update.
Summary of changes:
.../components/drivers/character/timers/timer.rst | 74 +++++
boards/sim/sim/sim/src/sim_bringup.c | 12 +
drivers/timers/CMakeLists.txt | 4 +
drivers/timers/Kconfig | 6 +
drivers/timers/Make.defs | 6 +
drivers/timers/timer_wdog.c | 305 +++++++++++++++++++++
.../uart_pci_16550.h => timers/timer_wdog.h} | 12 +-
7 files changed, 413 insertions(+), 6 deletions(-)
create mode 100644 drivers/timers/timer_wdog.c
copy include/nuttx/{serial/uart_pci_16550.h => timers/timer_wdog.h} (86%)