@@ -51,9 +51,6 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
5151* CVE-2024-1638 `Zephyr project bug tracker GHSA-p6f3-f63q-5mc2
5252 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p6f3-f63q-5mc2> `_
5353
54- Kernel
55- ******
56-
5754Architectures
5855*************
5956
@@ -80,20 +77,12 @@ Architectures
8077 Cortex-R to enable initialization by individual cores.
8178 * Common Cortex-M MPU code moved to ``arch/arm/core/mpu ``.
8279
83- * ARM64
84-
85- * RISC-V
86-
8780* Xtensa
8881
8982 * Removed the unused Kconfig option ``CONFIG_XTENSA_NO_IPC ``.
9083
9184 * Added userspace support via MMU.
9285
93- * x86
94-
95- * POSIX
96-
9786Bluetooth
9887*********
9988
@@ -122,8 +111,6 @@ Bluetooth
122111 * Refactored the :c:struct: `bt_bap_base ` to be an abstract struct with new helper functions,
123112 so that Zephyr supports all BASEs regardless of the size.
124113
125- * Direction Finding
126-
127114* Host
128115
129116 * Added ``recycled() `` callback to :c:struct: `bt_conn_cb `, which notifies listeners when a
@@ -165,8 +152,6 @@ Boards & SoC Support
165152 * Added support for NXP IMX8ULP SoC.
166153 * Added support for NXP MIMXRT595 DSP core.
167154
168- * Removed support for these SoC series:
169-
170155* Made these changes in other SoC series:
171156
172157 * Nordic SoCs now imply :kconfig:option: `CONFIG_XIP ` instead of selecting it. This allows for
@@ -175,8 +160,6 @@ Boards & SoC Support
175160 * xtensa: imx8: Split the generic i.MX8 SoC into i.MX8QXP and i.MX8QM.
176161 * LPC55xxx: Fixed the system hardware clock cycle rate.
177162
178- * Added support for these ARC boards:
179-
180163* Added support for these ARM boards:
181164
182165 * Added support for Adafruit QTPy RP2040 board: ``adafruit_qt_py_rp2040 ``.
@@ -193,12 +176,6 @@ Boards & SoC Support
193176 ``adi_eval_adin2111ebz ``.
194177 * Added support for NXP UCANS32K1SIC board: ``ucans32k1sic ``.
195178
196- * Added support for these ARM64 boards:
197-
198- * Added support for these RISC-V boards:
199-
200- * Added support for these X86 boards:
201-
202179* Added support for these Xtensa boards:
203180
204181 * Added support for NXP iMX8ULP board: ``nxp_adsp_imx8ulp ``.
@@ -209,10 +186,6 @@ Boards & SoC Support
209186 * Added M5Stack AtomS3-Lite board: ``m5stack_atoms3_lite ``.
210187 * Added M5Stack StampS3 board: ``m5stack_stamps3 ``.
211188
212- * Added support for these POSIX boards:
213-
214- * Made these changes for ARC boards:
215-
216189* Made these changes for ARM boards:
217190
218191 * Added support for low power on G1120B0MIPI using RT595.
@@ -223,16 +196,10 @@ Boards & SoC Support
223196 ``mimxrt1020_evk ``, ``mimxrt1050_evk ``, ``mimxrt685_evk ``, ``frdm_k64f ``.
224197 * Switched MCUBoot FW Update mode on NXP boards from Swap & Scratch to Swap & Move.
225198
226- * Made these changes for ARM64 boards:
227-
228199* Made these changes for RISC-V boards:
229200
230201 * Enabled ADC support on ``longan_nano ``.
231202
232- * Made these changes for X86 boards:
233-
234- * Made these changes for Xtensa boards:
235-
236203* Made these changes for native/POSIX boards:
237204
238205 * The :ref: `simulated nrf5340 targets<nrf5340bsim> ` now include the IPC and MUTEX peripherals,
@@ -255,20 +222,6 @@ Boards & SoC Support
255222
256223 * Multiple documentation updates and fixes for all native boards.
257224
258- * Removed support for these ARC boards:
259-
260- * Removed support for these ARM boards:
261-
262- * Removed support for these ARM64 boards:
263-
264- * Removed support for these RISC-V boards:
265-
266- * Removed support for these X86 boards:
267-
268- * Removed support for these Xtensa boards:
269-
270- * Made these changes in other boards:
271-
272225* Added support for these following shields:
273226
274227 * Added support for M5Stack-Core2 base: ``m5stack_core2_ext ``.
@@ -404,8 +357,6 @@ Drivers and Sensors
404357
405358 * STM32WB devices now support crypto API through AES block.
406359
407- * DAC
408-
409360* Display
410361
411362 * Introduced frame buffer config to STM32 LTDC driver.
@@ -535,8 +486,6 @@ Drivers and Sensors
535486
536487 * Removed :kconfig:option: `CONFIG_IEEE802154_SELECTIVE_TXPOWER ` Kconfig option.
537488
538- * Interrupt Controller
539-
540489* Input
541490
542491 * The ``short-codes `` property of :dtcompatible: `zephyr,input-longpress ` is
@@ -577,8 +526,6 @@ Drivers and Sensors
577526
578527 * Modified to use PNP ID for PRT retrieval.
579528
580- * ACPI
581-
582529* MEMC
583530
584531 * Added a new driver for NXP FlexRAM.
@@ -620,8 +567,6 @@ Drivers and Sensors
620567 * Fixed init priority for :dtcompatible: `x-powers,axp192-regulator `.
621568 * Fixed LDO GPIO control for :dtcompatible: `nordic,npm1300-regulator `.
622569
623- * Reset
624-
625570* Retained memory
626571
627572 * Retained memory driver backend for registers was added.
@@ -725,8 +670,6 @@ Drivers and Sensors
725670 feature is still experimental and requires maturation.
726671 * On STM32 devices impacted by BSY bit erratum, a workaround was implemented.
727672
728- * Timer
729-
730673* USB
731674
732675 * On STM2G0 devices, property ``crs-usb-sof `` in ``clk_hsi48 `` node enables support
1029972Devicetree
1030973**********
1031974
1032- API
1033- ===
1034-
1035975Bindings
1036976========
1037977
@@ -1087,8 +1027,6 @@ Libraries / Subsystems
10871027 sharing from MCUboot by enabling
10881028 :kconfig:option: `CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO `.
10891029
1090- * File systems
1091-
10921030* Logging
10931031
10941032 * Added an option to remove string literals from the binary when dictionary-based logging is used.
@@ -1187,8 +1125,6 @@ Libraries / Subsystems
11871125 * :kconfig:option: `CONFIG_POWER_DOMAIN_GPIO_MONITOR_INIT_PRIORITY `
11881126 * :kconfig:option: `CONFIG_POWER_DOMAIN_INTEL_ADSP_INIT_PRIORITY `
11891127
1190- * Random
1191-
11921128* Crypto
11931129
11941130 * Mbed TLS updated to 3.5.2. Full release notes can be found in:
@@ -1211,8 +1147,6 @@ Libraries / Subsystems
12111147 ``FLASH_AREA_ID ``, ``FLASH_AREA_OFFSET ``, ``FLASH_AREA_SIZE ``,
12121148 ``FLASH_AREA_LABEL_EXISTS `` and ``FLASH_AREA_DEVICE ``.
12131149
1214- * Binary descriptors
1215-
12161150* POSIX API
12171151
12181152 * Completed support for ``POSIX_THREADS_EXT ``, ``XSI_THREADS_EXT ``,
@@ -1247,8 +1181,6 @@ Libraries / Subsystems
12471181 * Added LoRaWAN remote multicast support with :kconfig:option: `CONFIG_LORAWAN_REMOTE_MULTICAST `
12481182 in preparation for OTA firmware upgrade support.
12491183
1250- * RTIO
1251-
12521184* ZBus
12531185
12541186 * Replaced mutexes with semaphores to lock channels and implement the Highest Locker Protocol (HLP)
@@ -1330,9 +1262,6 @@ MCUboot
13301262
13311263 * The MCUboot version in this release is version ``2.1.0+0-dev ``.
13321264
1333- Nanopb
1334- ******
1335-
13361265zcbor
13371266*****
13381267
@@ -1364,12 +1293,6 @@ Additionally, the following changes in Zephyr were done:
13641293 * Fixed issue where setting :kconfig:option: `CONFIG_LV_Z_FULL_REFRESH ` did not
13651294 set :kconfig:option: `CONFIG_LV_Z_VDB_SIZE ` to 100 percent.
13661295
1367- Trusted Firmware-A
1368- ******************
1369-
1370- Documentation
1371- *************
1372-
13731296Tests and Samples
13741297*****************
13751298
0 commit comments