doc/release: Add note on addition of CONFIG_FS_FATFS_MIN_SS

Note on CONFIG_FS_FATFS_MIN_SS being provided for FAT FS driver
configuration.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2022-11-24 13:21:50 +00:00 committed by Carles Cufí
commit c757c5e9df

View file

@ -1386,6 +1386,8 @@ Libraries / Subsystems
* Added cash used to reduce the NVS data lookup time, see
:kconfig:option:`CONFIG_NVS_LOOKUP_CACHE` option.
* Changing mkfs options to create FAT32 on larger storage when FAT16 fails.
* Added :kconfig:option:`CONFIG_FS_FATFS_MIN_SS` that allows to set
minimal expected sector size to be supported.
* Management