Update updater to newest fatfs and enable exfat support

This commit is contained in:
2021-12-16 20:47:08 +01:00
parent 8cd47aeed5
commit ef534746f8
4 changed files with 769 additions and 636 deletions

View File

@@ -231,7 +231,7 @@
/ buffer in the filesystem object (FATFS) is used for the file data transfer. */
#define FF_FS_EXFAT 0
#define FF_FS_EXFAT 1
/* This option switches support for exFAT filesystem. (0:Disable or 1:Enable)
/ To enable exFAT, also LFN needs to be enabled. (FF_USE_LFN >= 1)
/ Note that enabling exFAT discards ANSI C (C89) compatibility. */