task_wdt: add task-level watchdog subsystem
This new subsystem can be used to supervise individual threads. It is based on a regularly updated kernel timer, whose ISR is never actually called in regular system operation. An existing hardware watchdog can be used as an optional fallback if the task watchdog itself gets stuck. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
5b87cca98b
commit
1aaf508bde
10 changed files with 448 additions and 0 deletions
|
@ -21,6 +21,7 @@ add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
|||
add_subdirectory(fb)
|
||||
add_subdirectory(power)
|
||||
add_subdirectory(stats)
|
||||
add_subdirectory(task_wdt)
|
||||
add_subdirectory(testsuite)
|
||||
add_subdirectory(tracing)
|
||||
add_subdirectory_ifdef(CONFIG_JWT jwt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue