doc: relnotes: mention new FAT FS Kconfig option
See #69791. Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
This commit is contained in:
parent
63f713a170
commit
95227b6fd5
|
@ -228,6 +228,11 @@ Libraries / Subsystems
|
||||||
|
|
||||||
* Storage
|
* Storage
|
||||||
|
|
||||||
|
* FAT FS: It is now possible to expose file system formatting functionality for FAT without also
|
||||||
|
enabling automatic formatting on mount failure by setting the
|
||||||
|
:kconfig:option:`CONFIG_FS_FATFS_MKFS` Kconfig option. This option is enabled by default if
|
||||||
|
:kconfig:option:`CONFIG_FILE_SYSTEM_MKFS` is set.
|
||||||
|
|
||||||
* POSIX API
|
* POSIX API
|
||||||
|
|
||||||
* LoRa/LoRaWAN
|
* LoRa/LoRaWAN
|
||||||
|
|
Loading…
Reference in a new issue