zephyr/subsys/fs
Audun Korneliussen 917afdf89d subsys/fs/fatfs: Add kconfig option for FAT LFN (Long Filename)
ELM FatFS implementation supports LFN, enabled via ffconf.h
configuration file. Additionally, code page (character set),
max file name length, and memory mode (LFN working buffer location)
are configurable options closely related to LFN.
Without LFN filenames are restricted to 8.3 filename format.

Add kconfig options to expose following FatFS configurations:
enable LFN, specify max filename length, specify code page
(character set), specify LFN working buffer location.

Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
2020-01-23 17:50:19 +01:00
..
fcb
nvs
CMakeLists.txt fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00
fat_fs.c
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c
Kconfig subsys/fs/fatfs: Add kconfig option for FAT LFN (Long Filename) 2020-01-23 17:50:19 +01:00
Kconfig.littlefs
littlefs_fs.c
shell.c fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00