nodemcu-firmware/app/driver
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 driver dir with corrected os_printf* decls 2016-01-23 11:22:03 +01:00
gpio16.c source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
i2c_master.c migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
key.c Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
onewire.c Fix open drain level issues when _not_ using parasitic power mode. (#1291) 2016-06-28 22:51:55 +02:00
pwm.c Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
readline.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
rotary.c Squashed commit of the following: 2016-02-29 08:21:12 -05:00
sigma_delta.c Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
spi.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
switec.c Add support for driving instrument gauge stepper motors (#1355) 2016-06-26 14:19:06 +02:00
uart.c Autobaudrate detection by default -- to reduce problems with speed change (#1215) 2016-04-17 23:44:18 +02:00