Add FatFs and SD card support (#1397)
* Add FatFs * enable BUILD_FATFS for all-module build * push vfs into rest of firmware * align maximum filename length * increase timeout for acmd41 during card initialization * switch from DOS to Unix path semantics chdrive() is substituted by chdir() * update to fatfs R.012a incl. patches 1-6 * add callback for rtc provisioning in file * update docs
app/fatfs/00history.txt
0 → 100644
app/fatfs/00readme.txt
0 → 100644
app/fatfs/Makefile
0 → 100644
app/fatfs/diskio.c
0 → 100644
app/fatfs/diskio.h
0 → 100644
app/fatfs/fatfs_prefix_lib.h
0 → 100644
app/fatfs/ff.c
0 → 100644
This diff is collapsed.
app/fatfs/ff.h
0 → 100644
app/fatfs/ffconf.h
0 → 100644
app/fatfs/integer.h
0 → 100644
app/fatfs/myfatfs.c
0 → 100644
app/fatfs/option/Makefile
0 → 100644
app/fatfs/option/cc932.c
0 → 100644
This diff is collapsed.
app/fatfs/option/cc936.c
0 → 100644
This diff is collapsed.
app/fatfs/option/cc949.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment