nuttx/drivers/timers
Bowen Wang 835a2a8801 watchdog: add CONFIG_WATCHDOG_PANIC_NOTIFIER for panic notifier
wdog_notifier() will be called in _assert to keep the crash scene
as mush as possible, which is useful for debug.

But once disable the watchdog, the hardware watchdog can not reboot
the system too. If a crash happened in the _assert (e.g. the tcb sp
has been corrupted, system will crash again in tack stack dump),
system will crashing forever and can not reboot.

So add a config to disable this feature by default and can be enable
if anyone need it.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2023-07-31 14:45:18 +02:00
..
arch_alarm.c arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events 2023-07-21 20:43:30 +08:00
arch_rtc.c
arch_timer.c arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events 2023-07-21 20:43:30 +08:00
capture.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
cs2100-cp.c
ds3231.c
ds3231.h
Kconfig watchdog: add CONFIG_WATCHDOG_PANIC_NOTIFIER for panic notifier 2023-07-31 14:45:18 +02:00
Make.defs drivers/timers/capture.c: add support of pwm capture driver 2022-06-28 10:35:43 +08:00
mcp794xx.c
mcp794xx.h
oneshot.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
pcf85263.c
pcf85263.h
pwm.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
rpmsg_rtc.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
rtc.c rtc: Fix compiler warning in driver initialization. 2023-05-11 22:18:10 +03:00
rx8010.c Add EPSON RX8010SJ I2C RTC timer support 2022-02-26 11:47:24 -03:00
rx8010.h Add EPSON RX8010SJ I2C RTC timer support 2022-02-26 11:47:24 -03:00
timer.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
watchdog.c watchdog: add CONFIG_WATCHDOG_PANIC_NOTIFIER for panic notifier 2023-07-31 14:45:18 +02:00