doc: release: 3.4: add note about adding FS_LITTLEFS_FMP_DEV

Update release notes 3.4 with the new Flash Map Kconfig option
for LittleFS.

Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>

# Conflicts:
#	doc/releases/release-notes-3.4.rst
This commit is contained in:
Mykola Kvach 2023-04-26 09:57:57 +03:00 committed by Carles Cufí
parent a23b316e29
commit 0913f8e83d

View File

@ -519,6 +519,9 @@ Libraries / Subsystems
* The FAT FS initialization order has been updated to match LittleFS, fixing an issue where
attempting to mount the disk in a global function caused FAT FS to fail due to not being registered beforehand.
FAT FS is now initialized in POST_KERNEL.
* Added :kconfig:option:`CONFIG_FS_LITTLEFS_FMP_DEV` to enable possibility of using LittleFS
for block devices only, e.g. without Flash support. The option is set to 'y' by default in
order to keep previous behaviour.
* IPC