doc: release notes: add 1-wire release notes for 3.7
No significant changes to 1-Wire master drivers for the 3.7 release. Only the changes in the pull-up configuration of the zephyr,w1-gpio driver added in the migration guide. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
45ae95241a
commit
cad3320cef
2 changed files with 8 additions and 3 deletions
|
@ -674,6 +674,13 @@ 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`)
|
||||||
|
|
||||||
|
W1
|
||||||
|
==
|
||||||
|
|
||||||
|
* The :dtcompatible:`zephyr,w1-gpio` 1-Wire master driver no longer defaults to enabling the
|
||||||
|
internal pull-up resistor of the GPIO pin. The configuration is now taken from the pin's
|
||||||
|
configuration flags specified in devicetree. (:github:`71789`)
|
||||||
|
|
||||||
Watchdog
|
Watchdog
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
|
@ -1144,7 +1144,7 @@ Drivers and Sensors
|
||||||
|
|
||||||
* Maxim
|
* Maxim
|
||||||
|
|
||||||
* Added DS18S20 1-wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`).
|
* Added DS18S20 1-Wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`).
|
||||||
* Added MAX31790 fan speed and fan fault sensor
|
* Added MAX31790 fan speed and fan fault sensor
|
||||||
(:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`).
|
(:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`).
|
||||||
|
|
||||||
|
@ -1296,8 +1296,6 @@ Drivers and Sensors
|
||||||
* Added CSI-2 MIPI driver for NXP MCUX
|
* Added CSI-2 MIPI driver for NXP MCUX
|
||||||
* Added support for DVP FPC 24-pins mt9m114 camera module shield
|
* Added support for DVP FPC 24-pins mt9m114 camera module shield
|
||||||
|
|
||||||
* W1
|
|
||||||
|
|
||||||
* Watchdog
|
* Watchdog
|
||||||
|
|
||||||
* Added :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set the leading warning time
|
* Added :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set the leading warning time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue