commit | 1aaf508bde11f82dd034ef91cb9d111c25076f0b | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Wed Nov 18 16:23:17 2020 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Mon Mar 15 12:24:54 2021 +0100 |
tree | 32ad58f777a2f0e9ae30ca1b5aa7e0a93f1632a3 | |
parent | 5b87cca98bc18a0af11387c5e65c2643d57cc229 [diff] |
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>