Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions doc/releases/release-notes-2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,13 @@ Drivers and Sensors

* CAN

* A driver for CAN-FD based on the Bosch M_CAN IP was added. The driver
currently supports STM32G4 series MCUs. Additional support for Microchip
SAM and NXP chips is in progress.

* The CAN ISO-TP subsystem was enhanced to allow padding and fixed
addressing.

* Clock Control

* Console
Expand Down Expand Up @@ -617,6 +624,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
Expand Down