@@ -96,14 +96,7 @@ Deprecated in this release
96
96
* The ``CONFIG_OPENOCD_SUPPORT `` Kconfig option has been deprecated in favor
97
97
of ``CONFIG_DEBUG_THREAD_INFO ``.
98
98
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
107
100
``<include/storage/disk_access.h> ``.
108
101
109
102
* :c:func: `flash_write_protection_set() `.
@@ -865,6 +858,14 @@ Libraries / Subsystems
865
858
866
859
* Disk
867
860
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
+
868
869
* Management
869
870
870
871
* MCUmgr
@@ -926,6 +927,8 @@ Libraries / Subsystems
926
927
927
928
* Storage
928
929
930
+ * Added persistent write progress to stream_flash.
931
+
929
932
* Task Watchdog
930
933
931
934
* This new subsystem was added with this release and allows supervision of
0 commit comments