@@ -255,6 +255,7 @@ Boards & SoC Support
255
255
* NXP IMXRT116x: Fixed bus clocking to align with the settings of the MCUXpresso SDK
256
256
* NXP mimxrt685: fixed clocks to enable DMIC
257
257
* NXP MCX N Series: Fixed NXP LPSPI native chip select when using synchronous API with DMA bug
258
+ * Nordic nRF54H: Added support for the FLPR (Fast Lightweight Processor) RISC-V CPU.
258
259
259
260
.. _boards_added_in_zephyr_4_0 :
260
261
@@ -428,6 +429,7 @@ Drivers and Sensors
428
429
* Added initial support for Renesas RA8 ADC driver (:dtcompatible: `renesas,ra-adc `)
429
430
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible: `adi,max32-adc `).
430
431
* Added support for NXP S32 SAR_ADC (:dtcompatible: `nxp,s32-adc-sar `)
432
+ * Added support for Ambiq Apollo3 series (:dtcompatible: `ambiq,adc `).
431
433
432
434
* CAN
433
435
@@ -448,6 +450,7 @@ Drivers and Sensors
448
450
:dtcompatible: `renesas,ra-cgc-external-clock `, :dtcompatible: `renesas,ra-cgc-subclk `,
449
451
:dtcompatible: `renesas,ra-cgc-pll-out `)
450
452
* Silabs: Added support for Series 2+ Clock Management Unit (see :dtcompatible: `silabs,series-clock `)
453
+ * Added initial support for Nordic nRF54H Series clock controllers.
451
454
452
455
* Codec (Audio)
453
456
@@ -920,6 +923,7 @@ Drivers and Sensors
920
923
* Add ESP32-C2 Wi-Fi support.
921
924
* Add ESP32 driver APSTA support.
922
925
* Add NXP RW612 driver support.
926
+ * Added nRF70 Wi-Fi driver.
923
927
924
928
Networking
925
929
**********
@@ -1406,6 +1410,9 @@ HALs
1406
1410
1407
1411
* Nordic
1408
1412
1413
+ * Updated nrfx to version 3.7.0.
1414
+ * Added OS agnostic parts of the nRF70 Wi-Fi driver.
1415
+
1409
1416
* STM32
1410
1417
1411
1418
* Updated STM32C0 to cube version V1.2.0.
0 commit comments