Skip to content

Commit

Permalink
doc: release: 3.7: Add notes on various changes
Browse files Browse the repository at this point in the history
Adds notes on various changes that have been made to LED strip
and sensors

Signed-off-by: Jamie McCrae <spam@helper3000.net>
  • Loading branch information
thedjnK authored and nashif committed Jul 17, 2024
1 parent 96adef1 commit 21ec7a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,13 @@ Drivers and Sensors
* The ``chain-length`` and ``color-mapping`` properties have been added to all LED strip
bindings.

* The length of a strip is now checked before updating it, an error is returned if the provided
data is too long.

* A length function has been added which returns the length of the LED strip
(:c:func:`led_strip_length`).

* The update channels function is now optional and can be left unimplemented.

* LoRa

Expand Down Expand Up @@ -844,6 +851,9 @@ Drivers and Sensors
* Added DHT20 digital-output humidity and temperature sensor driver
(:dtcompatible:`aosong,dht20`).

* Added :kconfig:option:`CONFIG_DHT_LOCK_IRQS` for the dht11 driver which allows for locking
interrupts during sensor reading to prevent issues with reading the sensor.

* Bosch

* Updated BME280 to the new async API.
Expand Down Expand Up @@ -877,6 +887,11 @@ Drivers and Sensors
* Added support for STM32 Digital Temperature Sensor (:dtcompatible:`st,stm32-digi-temp`).
* Added IIS328DQ I2C/SPI accelerometer sensor driver (:dtcompatible:`st,iis328dq`).

* TDK

* Added support for the MPU6500 3-axis accelerometer and 3-axis gyroscope sensor to the
MPU6050 driver.

* TI

* Added TMP114 driver (:dtcompatible:`ti,tmp114`).
Expand Down

0 comments on commit 21ec7a1

Please sign in to comment.