doc: release: Remove empty sections from v3.6.0 release notes
Removes empty sections from the v3.6.0 release notes. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
parent
da2412e74f
commit
ff80920928
|
@ -51,9 +51,6 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
|
|||
* CVE-2024-1638 `Zephyr project bug tracker GHSA-p6f3-f63q-5mc2
|
||||
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p6f3-f63q-5mc2>`_
|
||||
|
||||
Kernel
|
||||
******
|
||||
|
||||
Architectures
|
||||
*************
|
||||
|
||||
|
@ -80,20 +77,12 @@ Architectures
|
|||
Cortex-R to enable initialization by individual cores.
|
||||
* Common Cortex-M MPU code moved to ``arch/arm/core/mpu``.
|
||||
|
||||
* ARM64
|
||||
|
||||
* RISC-V
|
||||
|
||||
* Xtensa
|
||||
|
||||
* Removed the unused Kconfig option ``CONFIG_XTENSA_NO_IPC``.
|
||||
|
||||
* Added userspace support via MMU.
|
||||
|
||||
* x86
|
||||
|
||||
* POSIX
|
||||
|
||||
Bluetooth
|
||||
*********
|
||||
|
||||
|
@ -122,8 +111,6 @@ Bluetooth
|
|||
* Refactored the :c:struct:`bt_bap_base` to be an abstract struct with new helper functions,
|
||||
so that Zephyr supports all BASEs regardless of the size.
|
||||
|
||||
* Direction Finding
|
||||
|
||||
* Host
|
||||
|
||||
* Added ``recycled()`` callback to :c:struct:`bt_conn_cb`, which notifies listeners when a
|
||||
|
@ -165,8 +152,6 @@ Boards & SoC Support
|
|||
* Added support for NXP IMX8ULP SoC.
|
||||
* Added support for NXP MIMXRT595 DSP core.
|
||||
|
||||
* Removed support for these SoC series:
|
||||
|
||||
* Made these changes in other SoC series:
|
||||
|
||||
* Nordic SoCs now imply :kconfig:option:`CONFIG_XIP` instead of selecting it. This allows for
|
||||
|
@ -175,8 +160,6 @@ Boards & SoC Support
|
|||
* xtensa: imx8: Split the generic i.MX8 SoC into i.MX8QXP and i.MX8QM.
|
||||
* LPC55xxx: Fixed the system hardware clock cycle rate.
|
||||
|
||||
* Added support for these ARC boards:
|
||||
|
||||
* Added support for these ARM boards:
|
||||
|
||||
* Added support for Adafruit QTPy RP2040 board: ``adafruit_qt_py_rp2040``.
|
||||
|
@ -193,12 +176,6 @@ Boards & SoC Support
|
|||
``adi_eval_adin2111ebz``.
|
||||
* Added support for NXP UCANS32K1SIC board: ``ucans32k1sic``.
|
||||
|
||||
* Added support for these ARM64 boards:
|
||||
|
||||
* Added support for these RISC-V boards:
|
||||
|
||||
* Added support for these X86 boards:
|
||||
|
||||
* Added support for these Xtensa boards:
|
||||
|
||||
* Added support for NXP iMX8ULP board: ``nxp_adsp_imx8ulp``.
|
||||
|
@ -209,10 +186,6 @@ Boards & SoC Support
|
|||
* Added M5Stack AtomS3-Lite board: ``m5stack_atoms3_lite``.
|
||||
* Added M5Stack StampS3 board: ``m5stack_stamps3``.
|
||||
|
||||
* Added support for these POSIX boards:
|
||||
|
||||
* Made these changes for ARC boards:
|
||||
|
||||
* Made these changes for ARM boards:
|
||||
|
||||
* Added support for low power on G1120B0MIPI using RT595.
|
||||
|
@ -223,16 +196,10 @@ Boards & SoC Support
|
|||
``mimxrt1020_evk``, ``mimxrt1050_evk``, ``mimxrt685_evk``, ``frdm_k64f``.
|
||||
* Switched MCUBoot FW Update mode on NXP boards from Swap & Scratch to Swap & Move.
|
||||
|
||||
* Made these changes for ARM64 boards:
|
||||
|
||||
* Made these changes for RISC-V boards:
|
||||
|
||||
* Enabled ADC support on ``longan_nano``.
|
||||
|
||||
* Made these changes for X86 boards:
|
||||
|
||||
* Made these changes for Xtensa boards:
|
||||
|
||||
* Made these changes for native/POSIX boards:
|
||||
|
||||
* The :ref:`simulated nrf5340 targets<nrf5340bsim>` now include the IPC and MUTEX peripherals,
|
||||
|
@ -255,20 +222,6 @@ Boards & SoC Support
|
|||
|
||||
* Multiple documentation updates and fixes for all native boards.
|
||||
|
||||
* Removed support for these ARC boards:
|
||||
|
||||
* Removed support for these ARM boards:
|
||||
|
||||
* Removed support for these ARM64 boards:
|
||||
|
||||
* Removed support for these RISC-V boards:
|
||||
|
||||
* Removed support for these X86 boards:
|
||||
|
||||
* Removed support for these Xtensa boards:
|
||||
|
||||
* Made these changes in other boards:
|
||||
|
||||
* Added support for these following shields:
|
||||
|
||||
* Added support for M5Stack-Core2 base: ``m5stack_core2_ext``.
|
||||
|
@ -404,8 +357,6 @@ Drivers and Sensors
|
|||
|
||||
* STM32WB devices now support crypto API through AES block.
|
||||
|
||||
* DAC
|
||||
|
||||
* Display
|
||||
|
||||
* Introduced frame buffer config to STM32 LTDC driver.
|
||||
|
@ -535,8 +486,6 @@ Drivers and Sensors
|
|||
|
||||
* Removed :kconfig:option:`CONFIG_IEEE802154_SELECTIVE_TXPOWER` Kconfig option.
|
||||
|
||||
* Interrupt Controller
|
||||
|
||||
* Input
|
||||
|
||||
* The ``short-codes`` property of :dtcompatible:`zephyr,input-longpress` is
|
||||
|
@ -577,8 +526,6 @@ Drivers and Sensors
|
|||
|
||||
* Modified to use PNP ID for PRT retrieval.
|
||||
|
||||
* ACPI
|
||||
|
||||
* MEMC
|
||||
|
||||
* Added a new driver for NXP FlexRAM.
|
||||
|
@ -620,8 +567,6 @@ Drivers and Sensors
|
|||
* Fixed init priority for :dtcompatible:`x-powers,axp192-regulator`.
|
||||
* Fixed LDO GPIO control for :dtcompatible:`nordic,npm1300-regulator`.
|
||||
|
||||
* Reset
|
||||
|
||||
* Retained memory
|
||||
|
||||
* Retained memory driver backend for registers was added.
|
||||
|
@ -725,8 +670,6 @@ Drivers and Sensors
|
|||
feature is still experimental and requires maturation.
|
||||
* On STM32 devices impacted by BSY bit erratum, a workaround was implemented.
|
||||
|
||||
* Timer
|
||||
|
||||
* USB
|
||||
|
||||
* On STM2G0 devices, property ``crs-usb-sof`` in ``clk_hsi48`` node enables support
|
||||
|
@ -1029,9 +972,6 @@ USB
|
|||
Devicetree
|
||||
**********
|
||||
|
||||
API
|
||||
===
|
||||
|
||||
Bindings
|
||||
========
|
||||
|
||||
|
@ -1087,8 +1027,6 @@ Libraries / Subsystems
|
|||
sharing from MCUboot by enabling
|
||||
:kconfig:option:`CONFIG_MCUMGR_GRP_IMG_TOO_LARGE_BOOTLOADER_INFO`.
|
||||
|
||||
* File systems
|
||||
|
||||
* Logging
|
||||
|
||||
* Added an option to remove string literals from the binary when dictionary-based logging is used.
|
||||
|
@ -1187,8 +1125,6 @@ Libraries / Subsystems
|
|||
* :kconfig:option:`CONFIG_POWER_DOMAIN_GPIO_MONITOR_INIT_PRIORITY`
|
||||
* :kconfig:option:`CONFIG_POWER_DOMAIN_INTEL_ADSP_INIT_PRIORITY`
|
||||
|
||||
* Random
|
||||
|
||||
* Crypto
|
||||
|
||||
* Mbed TLS updated to 3.5.2. Full release notes can be found in:
|
||||
|
@ -1211,8 +1147,6 @@ Libraries / Subsystems
|
|||
``FLASH_AREA_ID``, ``FLASH_AREA_OFFSET``, ``FLASH_AREA_SIZE``,
|
||||
``FLASH_AREA_LABEL_EXISTS`` and ``FLASH_AREA_DEVICE``.
|
||||
|
||||
* Binary descriptors
|
||||
|
||||
* POSIX API
|
||||
|
||||
* Completed support for ``POSIX_THREADS_EXT``, ``XSI_THREADS_EXT``,
|
||||
|
@ -1247,8 +1181,6 @@ Libraries / Subsystems
|
|||
* Added LoRaWAN remote multicast support with :kconfig:option:`CONFIG_LORAWAN_REMOTE_MULTICAST`
|
||||
in preparation for OTA firmware upgrade support.
|
||||
|
||||
* RTIO
|
||||
|
||||
* ZBus
|
||||
|
||||
* Replaced mutexes with semaphores to lock channels and implement the Highest Locker Protocol (HLP)
|
||||
|
@ -1330,9 +1262,6 @@ MCUboot
|
|||
|
||||
* The MCUboot version in this release is version ``2.1.0+0-dev``.
|
||||
|
||||
Nanopb
|
||||
******
|
||||
|
||||
zcbor
|
||||
*****
|
||||
|
||||
|
@ -1364,12 +1293,6 @@ Additionally, the following changes in Zephyr were done:
|
|||
* Fixed issue where setting :kconfig:option:`CONFIG_LV_Z_FULL_REFRESH` did not
|
||||
set :kconfig:option:`CONFIG_LV_Z_VDB_SIZE` to 100 percent.
|
||||
|
||||
Trusted Firmware-A
|
||||
******************
|
||||
|
||||
Documentation
|
||||
*************
|
||||
|
||||
Tests and Samples
|
||||
*****************
|
||||
|
||||
|
|
Loading…
Reference in New Issue