@@ -477,6 +477,7 @@ Boards & SoC Support
477
477
* STM32C0 series are now supported (with introduction of STM32C031 SoC).
478
478
* STM32H5 series are now supported (with introduction of STM32H503 and STM32H573 SoCs).
479
479
* Added support for STM32U599 SoC variants
480
+ * Nordic Semiconductor nRF9161
480
481
481
482
* Removed support for these SoC series:
482
483
@@ -546,6 +547,8 @@ Boards & SoC Support
546
547
* ``nrf9160dk_nrf9160 ``: Changed the order of buttons and switches on the GPIO
547
548
expander to match the order when using GPIO directly on the nRF9160 SoC.
548
549
* ``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.
549
552
550
553
* Made these changes for ARM64 boards:
551
554
@@ -734,22 +737,23 @@ Drivers and Sensors
734
737
735
738
* ADC
736
739
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.
753
757
754
758
* Battery-backed RAM
755
759
@@ -934,6 +938,7 @@ Drivers and Sensors
934
938
935
939
* Added support for STM32C0.
936
940
* STM32: Now supports 6-PWM channels
941
+ * Added PWM driver for Microchip XEC BBLED.
937
942
938
943
* Power domain
939
944
@@ -1377,6 +1382,10 @@ Libraries / Subsystems
1377
1382
HALs
1378
1383
****
1379
1384
1385
+ * Nordic
1386
+
1387
+ * Updated nrfx to version 3.0.0.
1388
+
1380
1389
* STM32
1381
1390
1382
1391
* stm32cube: updated STM32F0 to cube version V1.11.4.
0 commit comments