Skip to content

Commit

Permalink
doc: release notes: add 1-wire release notes for 3.7
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit cad3320)

Original-Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
GitOrigin-RevId: cad3320
Change-Id: I975cc4233af426b9a46f6a0e4c7eec15c3beb366
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5739692
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
Commit-Queue: Tristan Honscheid <honscheid@google.com>
Tested-by: Tristan Honscheid <honscheid@google.com>
  • Loading branch information
str4t0m authored and Chromeos LUCI committed Jul 25, 2024
1 parent 42bb92b commit f0a6400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions doc/releases/migration-guide-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,13 @@ Regulator
has been removed, users should remove this property from their devicetree if it is present.
(: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
========

Expand Down
4 changes: 1 addition & 3 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ Drivers and Sensors

* 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
(:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`).

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

* W1

* Watchdog

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

0 comments on commit f0a6400

Please sign in to comment.