Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi_flash: FATFS fix missing long filenames support needed by ↵ | Sasquatch | 2025-07-27 | 1 | -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 files | Arksine | 2021-02-05 | 7 | -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> |