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 457a28b commit 946482cCopy full SHA for 946482c
doc/releases/release-notes-2.6.rst
@@ -617,6 +617,15 @@ Libraries / Subsystems
617
618
* Storage
619
620
+* Task Watchdog
621
+
622
+ * This new subsystem was added with this release and allows supervision of
623
+ individual threads. It is based on a regularly updated kernel timer,
624
+ whose ISR is never actually called in regular system operation.
625
626
+ An existing hardware watchdog can be used as an optional fallback if the
627
+ task watchdog itself gets stuck.
628
629
* Tracing
630
631
* ``CONFIG_TRACING_CPU_STATS`` was removed in favor of
0 commit comments