Skip to content

Commit c2b5e68

Browse files
ananglnashif
authored andcommitted
doc: release-notes-2.5: Add notes for ADC and PWM
Plus one note about the nrf_qspi_nor driver. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 5396350 commit c2b5e68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ Drivers and Sensors
382382

383383
* ADC
384384

385+
* Added support for ADC on STM32G0 Series.
386+
* Introduced the ``adc_sequence_options::user_data`` field.
387+
385388
* CAN
386389

387390
* We reworked the configuration API.
@@ -452,6 +455,8 @@ Drivers and Sensors
452455
* Add QSPI NOR Flash controller support for STM32 family.
453456
* Added NXP LPC legacy flash driver.
454457
* Added NXP FlexSPI flash driver for i.MX RT SoCs.
458+
* Added support for nRF53 Series SoCs in the nRF QSPI NOR flash driver
459+
(nrf_qspi_nor).
455460

456461
* GPIO
457462

@@ -549,6 +554,12 @@ Drivers and Sensors
549554

550555
* PWM
551556

557+
* Added support for generating PWM signal based on RTC in the pwm_nrf5_sw
558+
driver.
559+
* Added optional API for capturing the PWM pulse width and period.
560+
* Added PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT).
561+
* Removed the DesignWare and PCA9685 controller drivers.
562+
552563
* Sensor
553564

554565
* Fixed current conversion to milliamps in the MAX17055 driver.

0 commit comments

Comments
 (0)