@@ -449,6 +449,10 @@ Drivers and Sensors
449449 * STM32: Now supports Vbat monitoring channel and STM32U5 series.
450450 * Added driver for GigaDevice GD32 SoCs
451451 * Raspberry Pi Pico: Added ADC support for the Pico series.
452+ * Added :c:struct: `adc_dt_spec ` related helpers for sequence initialization,
453+ setting up channels, and converting raw values to millivolts.
454+ * Fixed :c:macro: `ADC_DT_SPEC_GET ` and related macros to properly handle
455+ channel identifiers >= 10.
452456
453457* Audio
454458
@@ -576,6 +580,8 @@ Drivers and Sensors
576580
577581* I2S
578582
583+ * Removed the Intel S1000 I2S driver.
584+
579585* I3C
580586
581587 * Added a driver to support the NXP MCUX I3C hardware acting as the primary controller
@@ -657,6 +663,10 @@ Drivers and Sensors
657663 * Added PWM driver for Raspberry Pi Pico series
658664 * Added PWM support for NXP LPC55S36
659665 * Added MCPWM support for ESP32 boards
666+ * Fixed the nRF PWM driver to properly handle cases where PWM generation is
667+ used for some channels while some others are set to a constant level (active
668+ or inactive), e.g. when the LED driver API is used to turn off a PWM driven
669+ LED while another one (within the same PWM instance) is blinking.
660670
661671* Power Domain
662672
@@ -1495,6 +1505,8 @@ HALs
14951505
14961506* Nordic
14971507
1508+ * Updated nrfx to version 2.9.0
1509+
14981510* RPi Pico
14991511
15001512 * Renamed ``adc_read `` to ``pico_adc_read ``, to avoid name collision with Zephyr's API
0 commit comments