nodemcu-firmware/app/fatfs
Arnim Läuger ecf8bd98d6 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
2016-09-05 20:17:13 +02:00
..
option Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
00history.txt Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
00readme.txt Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
Makefile Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
diskio.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
diskio.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
fatfs_prefix_lib.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
ff.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
ff.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
ffconf.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
integer.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
myfatfs.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00