@@ -350,6 +350,7 @@ Boards & SoC Support
350350 * NXP IMX8M: added resource domain controller support
351351 * NXP s32k146: set RTC clock source to internal oscillator
352352 * GD32F4XX: Fixed an incorrect uart4 irq number.
353+ * Nordic nRF54L: Added support for the FLPR (fast lightweight processor) RISC-V CPU.
353354
354355* Added support for these boards:
355356
@@ -394,6 +395,12 @@ Boards & SoC Support
394395 * PPR core target in :ref: `nrf54h20dk_nrf54h20 ` runs from RAM by default. A
395396 new ``xip `` variant has been introduced which runs from MRAM (XIP).
396397 * Refactored :ref: `beagleconnect_freedom ` external antenna switch handling.
398+ * Added Arduino dts node labels for the nRF5340 Audio DK.
399+ * Changed the default revision of the nRF54L15 PDK from 0.2.1 to 0.3.0.
400+ * In boards based on the nRF5340 SoC, replaced direct accesses to the register
401+ that controls the network core Force-OFF signal with a module that uses an
402+ on-off manager to keep track of the network core use and exposes its API
403+ in ``<nrf53_cpunet_mgmt.h> ``.
397404
398405* Added support for these following shields:
399406
@@ -663,6 +670,9 @@ Drivers and Sensors
663670* I2S
664671
665672 * Added support for STM32H5 series.
673+ * Extended the mcux flexcomm driver to support additional channels and formats.
674+ * Added support for Nordic nRF54L Series.
675+ * Fixed divider calculations in the nRF I2S driver.
666676
667677* I3C
668678
@@ -766,6 +776,8 @@ Drivers and Sensors
766776 * Made the NXP MCUX PWM driver thread safe
767777 * Fix zephyr:code-sample: `pwm-blinky ` code sample to demonstrate PWM support for
768778 :ref: `beagleconnect_freedom `.
779+ * Added driver for ENE KB1200.
780+ * Added support for Nordic nRF54H and nRF54L Series SoCs.
769781
770782* Regulators
771783
@@ -1498,6 +1510,11 @@ Libraries / Subsystems
14981510HALs
14991511****
15001512
1513+ * Nordic
1514+
1515+ * Updated nrfx to version 3.5.0.
1516+ * Added nRF Services (nrfs) library.
1517+
15011518* STM32
15021519
15031520 * Updated STM32F0 to cube version V1.11.5.
0 commit comments