@@ -255,6 +255,7 @@ Boards & SoC Support
255255 * NXP IMXRT116x: Fixed bus clocking to align with the settings of the MCUXpresso SDK
256256 * NXP mimxrt685: fixed clocks to enable DMIC
257257 * 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.
258259
259260.. _boards_added_in_zephyr_4_0 :
260261
@@ -428,6 +429,7 @@ Drivers and Sensors
428429 * Added initial support for Renesas RA8 ADC driver (:dtcompatible: `renesas,ra-adc `)
429430 * Added driver for Analog Devices MAX32 SoC series (:dtcompatible: `adi,max32-adc `).
430431 * Added support for NXP S32 SAR_ADC (:dtcompatible: `nxp,s32-adc-sar `)
432+ * Added support for Ambiq Apollo3 series (:dtcompatible: `ambiq,adc `).
431433
432434* CAN
433435
@@ -448,6 +450,7 @@ Drivers and Sensors
448450 :dtcompatible: `renesas,ra-cgc-external-clock `, :dtcompatible: `renesas,ra-cgc-subclk `,
449451 :dtcompatible: `renesas,ra-cgc-pll-out `)
450452 * Silabs: Added support for Series 2+ Clock Management Unit (see :dtcompatible: `silabs,series-clock `)
453+ * Added initial support for Nordic nRF54H Series clock controllers.
451454
452455* Codec (Audio)
453456
@@ -920,6 +923,7 @@ Drivers and Sensors
920923 * Add ESP32-C2 Wi-Fi support.
921924 * Add ESP32 driver APSTA support.
922925 * Add NXP RW612 driver support.
926+ * Added nRF70 Wi-Fi driver.
923927
924928Networking
925929**********
@@ -1406,6 +1410,9 @@ HALs
14061410
14071411* Nordic
14081412
1413+ * Updated nrfx to version 3.7.0.
1414+ * Added OS agnostic parts of the nRF70 Wi-Fi driver.
1415+
14091416* STM32
14101417
14111418 * Updated STM32C0 to cube version V1.2.0.
0 commit comments