- 23 Dec, 2016 1 commit
-
-
kicer authored
Thank you.
-
- 16 Sep, 2016 1 commit
-
-
Johny Mattsson authored
Docs for crypto module refactored for easier maintenance.
-
- 05 Sep, 2016 1 commit
-
-
Arnim Läuger authored
* 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
-
- 30 Mar, 2016 1 commit
-
-
Bernd Meyer authored
-
- 26 Feb, 2016 1 commit
-
-
TerryE authored
-
- 22 Feb, 2016 2 commits
-
-
Adam Bonner authored
-
Adam Bonner authored
-
- 21 Feb, 2016 1 commit
-
-
TerryE authored
-
- 05 Feb, 2016 1 commit
-
-
cheloftus authored
-
- 19 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Merely a wrapper around the (undocumented) internal SDK AES functions.
-
- 16 Dec, 2015 2 commits
-
-
Johny Mattsson authored
Module creation & registration now made a lot simpler. In essence, each module file is now self-contained and only needs a NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname); line to both be automatically recognised by the Lua initialization as well as honor the LUA_USE_MODULES_MYNAME #define.
-
TerryE authored
carrying on Johny's edits as per my comments on #810
-
- 12 Dec, 2015 1 commit
-
-
Johny Mattsson authored
As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are supported when building. This commit effects that limitation. With this change modules/auxmods.h no longer needs to be updated for every new module, nor do module writers need to cater for a hypothetical LUA_OPTIMIZE_MEMORY < 2 scenario.
-
- 05 Jun, 2015 1 commit
-
-
Johny Mattsson authored
This releases 1168 bytes back to the heap.
-
- 02 Jun, 2015 1 commit
-
-
Johny Mattsson authored
-
- 28 May, 2015 4 commits