@@ -96,14 +96,7 @@ Deprecated in this release
9696* The ``CONFIG_OPENOCD_SUPPORT `` Kconfig option has been deprecated in favor
9797 of ``CONFIG_DEBUG_THREAD_INFO ``.
9898
99- * Disk drivers (``disk_access_*.c ``) are moved to ``drivers/disk `` and renamed
100- according to their function. Driver's Kconfig options are revised and renamed.
101- SDMMC host controller drivers are selected when the corresponding node
102- in devicetree is enabled. Following application relevant Kconfig options
103- are renamed: ``CONFIG_DISK_ACCESS_RAM `` -> `CONFIG_DISK_DRIVER_RAM `,
104- ``CONFIG_DISK_ACCESS_FLASH `` -> `CONFIG_DISK_DRIVER_FLASH `,
105- ``CONFIG_DISK_ACCESS_SDHC `` -> `CONFIG_DISK_DRIVER_SDMMC `.
106- Disk API header ``<include/disk/disk_access.h> `` is deprecated in favor of
99+ * Disk API header ``<include/disk/disk_access.h> `` is deprecated in favor of
107100 ``<include/storage/disk_access.h> ``.
108101
109102* :c:func: `flash_write_protection_set() `.
@@ -865,6 +858,14 @@ Libraries / Subsystems
865858
866859* Disk
867860
861+ * Disk drivers (``disk_access_*.c ``) are moved to ``drivers/disk `` and renamed
862+ according to their function. Driver's Kconfig options are revised and renamed.
863+ SDMMC host controller drivers are selected when the corresponding node
864+ in devicetree is enabled. Following application relevant Kconfig options
865+ are renamed: ``CONFIG_DISK_ACCESS_RAM `` -> `CONFIG_DISK_DRIVER_RAM `,
866+ ``CONFIG_DISK_ACCESS_FLASH `` -> `CONFIG_DISK_DRIVER_FLASH `,
867+ ``CONFIG_DISK_ACCESS_SDHC `` -> `CONFIG_DISK_DRIVER_SDMMC `.
868+
868869* Management
869870
870871 * MCUmgr
@@ -926,6 +927,8 @@ Libraries / Subsystems
926927
927928* Storage
928929
930+ * Added persistent write progress to stream_flash.
931+
929932* Task Watchdog
930933
931934 * This new subsystem was added with this release and allows supervision of
0 commit comments