Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: release: Add ADI and sensor notes for v4.0.0 #81259

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Boards & SoC Support
versions (1.0 and 1.1) are no longer supported.
* Added ESP32 WROVER-E-N16R4 variant.
* STM32H5: Added support for OpenOCD through STMicroelectronics OpenOCD fork.
* MAX32: Enabled Segger RTT and SystemView support.

* Added support for these boards:
ttmut marked this conversation as resolved.
Show resolved Hide resolved

Expand Down Expand Up @@ -319,6 +320,7 @@ Drivers and Sensors
* Fixed calibration scheme in ESP32-S3.
* STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
* Added initial support for Renesas RA8 ADC driver (:dtcompatible:`renesas,ra-adc`)
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-adc`).

* Battery

Expand Down Expand Up @@ -354,6 +356,7 @@ Drivers and Sensors
* Counter

* Added initial support for Renesas RA8 AGT counter driver (:dtcompatible:`renesas,ra-agt`)
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-counter`).

* Crypto

Expand All @@ -370,6 +373,10 @@ Drivers and Sensors

* Display

* DMA

* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-dma`).

* EEPROM

* Added support for using the EEPROM simulator with embedded C standard libraries
Expand All @@ -378,6 +385,7 @@ Drivers and Sensors
* Entropy

* Added initial support for Renesas RA8 Entropy driver (:dtcompatible:`renesas,ra-rsip-e51a-trng`)
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-trng`).

* Ethernet

Expand Down Expand Up @@ -405,6 +413,7 @@ Drivers and Sensors
* Added possibility to run STM32H7 flash driver from Cortex-M4 core.
* Implemented readout protection handling (RDP levels) for STM32F7 SoCs.
* Added initial support for Renesas RA8 Flash controller driver (:dtcompatible:`renesas,ra-flash-hp-controller`)
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-flash-controller`).

* GNSS

Expand Down Expand Up @@ -491,6 +500,7 @@ Drivers and Sensors

* rpi_pico: The driver now configures the divide ratio adaptively.
* Added initial support for Renesas RA8 PWM driver (:dtcompatible:`renesas,ra8-pwm`)
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-pwm`).

* Regulators

Expand Down Expand Up @@ -578,6 +588,7 @@ Drivers and Sensors
* SPI

* Added initial support for Renesas RA8 SPI driver (:dtcompatible:`renesas,ra8-spi-b`)
* Added RTIO support to the Analog Devices MAX32 driver.

* Steppers

Expand Down Expand Up @@ -615,6 +626,8 @@ Drivers and Sensors

* Watchdog

* Added driver for Analog Devices MAX32 SoC series (:dtcompatible:`adi,max32-watchdog`).

* Wi-Fi

* Added ESP32-C2 Wi-Fi support.
Expand Down
Loading