nodemcu-firmware/app/crypto
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 Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
digests.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
digests.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
mech.c Added AES support to crypto module. 2016-01-19 15:19:11 +11:00
mech.h Added AES support to crypto module. 2016-01-19 15:19:11 +11:00
sdk-aes.h Added AES support to crypto module. 2016-01-19 15:19:11 +11:00
sha2.c Move crypto things to irom0.text segment. 2015-06-05 13:03:08 +10:00
sha2.h Crypto library with unified interface. 2015-06-02 18:15:18 +10:00