From 0913f8e83da2dfd779a0a4807dd693622ebe6c2e Mon Sep 17 00:00:00 2001 From: Mykola Kvach Date: Wed, 26 Apr 2023 09:57:57 +0300 Subject: [PATCH] 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 # Conflicts: # doc/releases/release-notes-3.4.rst --- doc/releases/release-notes-3.4.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/release-notes-3.4.rst b/doc/releases/release-notes-3.4.rst index 03af5b599f2..c680096206c 100644 --- a/doc/releases/release-notes-3.4.rst +++ b/doc/releases/release-notes-3.4.rst @@ -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