Skip to content

Commit cad3320

Browse files
str4t0maescolar
authored andcommitted
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>
1 parent 45ae952 commit cad3320

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,13 @@ Regulator
674674
has been removed, users should remove this property from their devicetree if it is present.
675675
(:github:`70642`)
676676

677+
W1
678+
==
679+
680+
* The :dtcompatible:`zephyr,w1-gpio` 1-Wire master driver no longer defaults to enabling the
681+
internal pull-up resistor of the GPIO pin. The configuration is now taken from the pin's
682+
configuration flags specified in devicetree. (:github:`71789`)
683+
677684
Watchdog
678685
========
679686

doc/releases/release-notes-3.7.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ Drivers and Sensors
11441144

11451145
* Maxim
11461146

1147-
* Added DS18S20 1-wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`).
1147+
* Added DS18S20 1-Wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`).
11481148
* Added MAX31790 fan speed and fan fault sensor
11491149
(:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`).
11501150

@@ -1296,8 +1296,6 @@ Drivers and Sensors
12961296
* Added CSI-2 MIPI driver for NXP MCUX
12971297
* Added support for DVP FPC 24-pins mt9m114 camera module shield
12981298

1299-
* W1
1300-
13011299
* Watchdog
13021300

13031301
* Added :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set the leading warning time

0 commit comments

Comments
 (0)