Skip to content

Commit 709c981

Browse files
MaureenHelmstephanosio
authored andcommitted
doc: release: Add sensor release notes for v3.3.0
Added comments about new drivers, bug fixes, and enhancements made to sensor drivers since the last release. Signed-off-by: Maureen Helm <[email protected]>
1 parent c2050f3 commit 709c981

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,23 @@ Drivers and Sensors
572572

573573
* Sensor
574574

575+
* Refactored all drivers to use :c:macro:`SENSOR_DEVICE_DT_INST_DEFINE` to
576+
enable a new sensor info iterable section and shell command. See
577+
:kconfig:option:`CONFIG_SENSOR_INFO`.
578+
* Refactored all sensor devicetree bindings to inherit new base sensor device
579+
properties in :zephyr_file:`dts/bindings/sensor/sensor-device.yaml`.
580+
* Added sensor attribute support to the shell.
581+
* Added MCUX and STM32 quadrature encoder drivers.
582+
* Added ESP32 and RaspberryPi Pico die temperature sensor drivers.
583+
* Added TDK InvenSense ICM42688 six axis IMU driver.
584+
* Added TDK InvenSense ICP10125 pressure and temperature sensor driver.
585+
* Added AMS AS5600 magnetic angle sensor driver.
586+
* Added AMS AS621x temperature sensor driver.
587+
* Added HZ-Grow R502A fingerprint sensor driver.
588+
* Enhanced FXOS8700, FXAS21002, and BMI270 drivers to support SPI in addition
589+
to I2C.
590+
* Enhanced ST LIS2DW12 driver to support freefall detection.
591+
575592
* Serial
576593

577594
* SPI

0 commit comments

Comments
 (0)