spi_flash: FATFS fix missing long filenames support needed by flash-sdcard.sh (#6981)

enable long file support, needed for boards using swspi and long filenames for firmware like mks robin 1.1/1.2

added MKS robin nano 1.2 board with description what and why

Signed-off-by: Leszek Zajac <zajc3w@gmail.com>
This commit is contained in:
Sasquatch
2025-07-27 17:09:11 +01:00
committed by GitHub
parent 60879fd298
commit 4a567c8d10
5 changed files with 17 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
*/
#define FF_USE_LFN 0
#define FF_USE_LFN 1
#define FF_MAX_LFN 255
/* The FF_USE_LFN switches the support for LFN (long file name).
/