Skip to content

Commit

Permalink
doc: release: Add v3.5 notes for ADC, I2S, PWM, and Nordic HAL
Browse files Browse the repository at this point in the history
Add release notes for ADC, I2S, and PWM drivers, and for Nordic HAL.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl authored and fabiobaltieri committed Oct 19, 2023
1 parent 6f7f80f commit 7e5b421
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/releases/release-notes-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,12 @@ Drivers and Sensors
option.
* Added support for the ADC sequencer for all STM32 series (except F1)
* Fixed STM32F4 ADC temperature and Vbat measurement.
* Added driver for TI ADS1112.
* Added driver for TI TLA2021.
* Added driver for Gecko ADC.
* Added driver for NXP S32 ADC SAR.
* Added driver for MAX1125x family.
* Added driver for MAX11102-MAX1117.

* Battery-backed RAM

Expand Down Expand Up @@ -557,6 +563,8 @@ Drivers and Sensors

* I2S

* Fixed handling of the PCM data format in the NXP MCUX driver.

* I3C

* ``i3c_cdns``:
Expand Down Expand Up @@ -641,6 +649,16 @@ Drivers and Sensors
* PWM

* Added 4 channels capture on STM32 PWM driver.
* Added driver for Intel Blinky PWM.
* Added driver for MAX31790.
* Added driver for Infineon XMC4XXX CCU4.
* Added driver for Infineon XMC4XXX CCU8.
* Added MCUX CTimer based PWM driver.
* Added PWM driver based on TI CC13xx/CC26xx GPT timer.
* Reworked the pwm_nrf5_sw driver so that it can be used also on nRF53 and
nRF91 Series. Consequently, the driver was renamed to pwm_nrf_sw.
* Added driver for Nuvoton NuMaker family.
* Added PWM driver based on NXP S32 EMIOS peripheral.

* Power domain

Expand Down Expand Up @@ -1120,6 +1138,10 @@ Libraries / Subsystems
HALs
****

* Nordic

* Updated nrfx to version 3.1.0.

* Nuvoton

* Added Nuvoton NuMaker M46x
Expand Down

0 comments on commit 7e5b421

Please sign in to comment.