doc: release-notes-3.7: Add FS related notes

Notes on changes and improvements in FS and storage.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2024-07-17 17:32:20 +02:00 committed by Anas Nashif
commit 96adef1bf5

View file

@ -1500,6 +1500,18 @@ Libraries / Subsystems
and :c:macro:`FIXED_PARTITION_NODE_DEVICE` have been added to allow obtaining
fixed partition information from a devicetree node rather than a label.
* Added :kconfig:option:`CONFIG_NVS_DATA_CRC`, to add CRC protection for data.
Note that enabling this option makes NVS incompatible with existing storage
that have not been previously using CRC on data.
* Fixed NVS issue where :c:func:`nvs_calc_free_space` would return larger
size than available, because space for reserved ate was not subtracted.
* Fixed ext2 incorrectly calculating free space when attempting to format
partition.
* Fixed FAT driver leaving disk in initialized state after unmount.
* POSIX API
* LoRa/LoRaWAN