Commit 36ccae90 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Mahesh Mahadevan
Browse files

doc: releases: drop empty lib/subsystems subsections



Drop sections with no updates

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent a3978892
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -1215,8 +1215,6 @@ Libraries / Subsystems

  * Made demand paging SMP compatible.

* Formatted output

* Management

  * MCUmgr
@@ -1254,10 +1252,6 @@ Libraries / Subsystems
      ``<zephyr/mgmt/hawkbit/autohandler.h>`` and the configuration header file is now
      ``<zephyr/mgmt/hawkbit/config.h>``.

* Logging

* Modem modules

* Power management

  * Added initial ESP32-C6 power management interface to allow light and deep-sleep features.
@@ -1287,12 +1281,6 @@ Libraries / Subsystems
    * :kconfig:option:`CONFIG_MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED`
      for TLS 1.3 PSK ephemeral key exchange mode.

* CMSIS-NN

* FPGA

* Random

* SD

  * No significant changes in this release
@@ -1312,8 +1300,6 @@ Libraries / Subsystems
  * ``kernel reboot`` shell command without any additional arguments will now do a cold reboot
    instead of requiring you to type ``kernel reboot cold``.

* State Machine Framework

* Storage

  * LittleFS: The module has been updated with changes committed upstream