doc: releases: Add npcx watchdog driver related notes
Add release note and migration guide for npcx watchdog driver in 3.7 release. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
parent
c864024c32
commit
2ec8f442a5
2 changed files with 15 additions and 0 deletions
|
@ -286,6 +286,16 @@ regulator
|
||||||
has been removed, users should remove this property from their devicetree if it is present.
|
has been removed, users should remove this property from their devicetree if it is present.
|
||||||
(:github:`70642`)
|
(:github:`70642`)
|
||||||
|
|
||||||
|
Watchdog
|
||||||
|
========
|
||||||
|
|
||||||
|
* The ``nuvoton,npcx-watchdog`` driver has been changed to extend the max timeout period.
|
||||||
|
The time of one watchdog count varies with the different pre-scalar settings.
|
||||||
|
Removed :kconfig:option:`CONFIG_WDT_NPCX_DELAY_CYCLES` because it is no longer suitable to
|
||||||
|
set the leading warning time.
|
||||||
|
Instead, added the :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set
|
||||||
|
the leading warning time in milliseconds.
|
||||||
|
|
||||||
Bluetooth
|
Bluetooth
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
|
|
@ -274,6 +274,11 @@ Drivers and Sensors
|
||||||
|
|
||||||
* W1
|
* W1
|
||||||
|
|
||||||
|
* Watchdog
|
||||||
|
|
||||||
|
* Added :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set the leading warning time
|
||||||
|
in milliseconds. Removed no longer used :kconfig:option:`CONFIG_WDT_NPCX_DELAY_CYCLES`.
|
||||||
|
|
||||||
* Wi-Fi
|
* Wi-Fi
|
||||||
|
|
||||||
* Added support for configuring RTS threshold. With this, users can set the RTS threshold value or
|
* Added support for configuring RTS threshold. With this, users can set the RTS threshold value or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue