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:
@@ -32,7 +32,8 @@ FATFS_CDEFS = """
|
||||
uint16_t modified_date;
|
||||
uint16_t modified_time;
|
||||
uint8_t attrs;
|
||||
char name[13];
|
||||
char name_sfn[13];
|
||||
char name[256];
|
||||
};
|
||||
|
||||
struct ff_disk_info {
|
||||
|
||||
Reference in New Issue
Block a user