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>
diff --git a/west.yml b/west.yml
index 669749a..bac7b35 100644
--- a/west.yml
+++ b/west.yml
@@ -41,7 +41,7 @@
revision: 6835bfc741bf15e98fb7971293913f770df6081f
path: modules/hal/esp-idf
- name: fatfs
- revision: 0c1288bb817c1976388e0f55e8483f671ae437ab
+ revision: 9ee6b9b9511151d0d64a74d532d39c6f2bbd4f16
path: modules/fs/fatfs
- name: hal_cypress
revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e