We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c69ece commit c55a76cCopy full SHA for c55a76c
doc/releases/release-notes-2.6.rst
@@ -674,6 +674,15 @@ Libraries / Subsystems
674
675
* Storage
676
677
+* Task Watchdog
678
+
679
+ * This new subsystem was added with this release and allows supervision of
680
+ individual threads. It is based on a regularly updated kernel timer,
681
+ whose ISR is never actually called in regular system operation.
682
683
+ An existing hardware watchdog can be used as an optional fallback if the
684
+ task watchdog itself gets stuck.
685
686
* Tracing
687
688
* ``CONFIG_TRACING_CPU_STATS`` was removed in favor of
0 commit comments