doc: release notes 2.6: Add notes for Task Watchdog
This new subsystem was introduced in 2.6 for the first time. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
6c69ecebb2
commit
c55a76c713
1 changed files with 9 additions and 0 deletions
|
@ -674,6 +674,15 @@ Libraries / Subsystems
|
|||
|
||||
* Storage
|
||||
|
||||
* Task Watchdog
|
||||
|
||||
* This new subsystem was added with this release and allows supervision of
|
||||
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.
|
||||
|
||||
* Tracing
|
||||
|
||||
* ``CONFIG_TRACING_CPU_STATS`` was removed in favor of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue