@@ -477,6 +477,7 @@ Boards & SoC Support
477477 * STM32C0 series are now supported (with introduction of STM32C031 SoC).
478478 * STM32H5 series are now supported (with introduction of STM32H503 and STM32H573 SoCs).
479479 * Added support for STM32U599 SoC variants
480+ * Nordic Semiconductor nRF9161
480481
481482* Removed support for these SoC series:
482483
@@ -546,6 +547,8 @@ Boards & SoC Support
546547 * ``nrf9160dk_nrf9160 ``: Changed the order of buttons and switches on the GPIO
547548 expander to match the order when using GPIO directly on the nRF9160 SoC.
548549 * ``STM32H747i_disco ``: Enabled support for ST B-LCD40-DSI1 display extension
550+ * ``qemu_cortex_m0 ``: Fixed prescaler of the system timer so that its frequency
551+ is actually 1 MHz, not 2 MHz.
549552
550553* Made these changes for ARM64 boards:
551554
@@ -734,22 +737,23 @@ Drivers and Sensors
734737
735738* ADC
736739
737- * MCUX LPADC driver now uses the channel parameter to select a software channel
738- configuration buffer. Use ``zephyr,input-positive `` and
739- ``zephyr,input-negative `` devicetree properties to select the hardware
740- channel(s) to link a software channel configuration to.
741-
742- * MCUX LPADC driver ``voltage-ref `` and ``power-level `` devicetree properties
743- were shifted to match the hardware as described in reference manual instead
744- of matching the NXP SDK enum identifers.
745-
746- * Added support for STM32C0 and STM32H5.
747-
748- * Added DMA support for STM32H7.
749-
750- * STM32: Resolutions are now listed in the device tree for each ADC instance
751-
752- * STM32: Sampling times are now listed in the device tree for each ADC instance
740+ * MCUX LPADC driver now uses the channel parameter to select a software channel
741+ configuration buffer. Use ``zephyr,input-positive `` and
742+ ``zephyr,input-negative `` devicetree properties to select the hardware
743+ channel(s) to link a software channel configuration to.
744+ * MCUX LPADC driver ``voltage-ref `` and ``power-level `` devicetree properties
745+ were shifted to match the hardware as described in reference manual instead
746+ of matching the NXP SDK enum identifers.
747+ * Added support for STM32C0 and STM32H5.
748+ * Added DMA support for STM32H7.
749+ * STM32: Resolutions are now listed in the device tree for each ADC instance
750+ * STM32: Sampling times are now listed in the device tree for each ADC instance
751+ * Added driver for Atmel SAM family ADC.
752+ * Added driver for Gecko Incremental ADC.
753+ * Added driver for Infineon CAT1 ADC.
754+ * Added driver for TI ADS7052.
755+ * Added driver for TI ADS114S0x family.
756+ * Added drivers for Renesas SmartBond GPADC and SDADC.
753757
754758* Battery-backed RAM
755759
@@ -934,6 +938,7 @@ Drivers and Sensors
934938
935939 * Added support for STM32C0.
936940 * STM32: Now supports 6-PWM channels
941+ * Added PWM driver for Microchip XEC BBLED.
937942
938943* Power domain
939944
@@ -1377,6 +1382,10 @@ Libraries / Subsystems
13771382HALs
13781383****
13791384
1385+ * Nordic
1386+
1387+ * Updated nrfx to version 3.0.0.
1388+
13801389* STM32
13811390
13821391 * stm32cube: updated STM32F0 to cube version V1.11.4.
0 commit comments