aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fatfs
Commit message (Collapse)AuthorAgeFilesLines
* spi_flash: FATFS fix missing long filenames support needed by ↵Sasquatch2025-07-271-1/+1
| | | | | | | | | 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>
* lib: add FatFS library filesArksine2021-02-057-0/+23458
FatFS is an open source filesystem library supporting FAT12, FAT16, FAT32, and exFAT. The source is available at http://elm-chan.org/fsw/ff/00index_e.html Signed-off-by: Eric Callahan <arksine.code@gmail.com>