nuttx/sched/wdog
zhuyanlin 060b99d67c sched:watchdog: remove tick check in wd_timer
In scene with CONFIG_SCHED_TICKLESS but no CONFIG_SCHED_TICKLESS_ALARM
The system may crash by assert
`up_assert: Assertion failed at file:wdog/wd_start.c line: 379 task: rptun`

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
2021-11-20 02:28:06 -06:00
..
Make.defs sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
wd_cancel.c sched/wdog: Remove flags field from wdog_s to save memory 2021-07-01 19:27:10 -03:00
wd_gettime.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
wd_initialize.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
wd_recover.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wd_start.c sched:watchdog: remove tick check in wd_timer 2021-11-20 02:28:06 -06:00
wdog.h sched/wdog: fix switch_context caused error in wd_start() 2021-08-27 16:59:20 +09:00