@@ -449,6 +449,10 @@ Drivers and Sensors
449
449
* STM32: Now supports Vbat monitoring channel and STM32U5 series.
450
450
* Added driver for GigaDevice GD32 SoCs
451
451
* 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.
452
456
453
457
* Audio
454
458
@@ -576,6 +580,8 @@ Drivers and Sensors
576
580
577
581
* I2S
578
582
583
+ * Removed the Intel S1000 I2S driver.
584
+
579
585
* I3C
580
586
581
587
* Added a driver to support the NXP MCUX I3C hardware acting as the primary controller
@@ -657,6 +663,10 @@ Drivers and Sensors
657
663
* Added PWM driver for Raspberry Pi Pico series
658
664
* Added PWM support for NXP LPC55S36
659
665
* 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.
660
670
661
671
* Power Domain
662
672
@@ -1495,6 +1505,8 @@ HALs
1495
1505
1496
1506
* Nordic
1497
1507
1508
+ * Updated nrfx to version 2.9.0
1509
+
1498
1510
* RPi Pico
1499
1511
1500
1512
* Renamed ``adc_read `` to ``pico_adc_read ``, to avoid name collision with Zephyr's API
0 commit comments