nodemcu-firmware/app/user
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
..
Makefile Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
user_exceptions.c Ensure that load_store exceptions trigger the exception handler (#1307) 2016-05-27 12:14:02 +10:00
user_exceptions.h Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
user_main.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00