- 16 Dec, 2015 2 commits
- 
- 
Johny Mattsson authoredModule 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 authoredcarrying on Johny's edits as per my comments on #810 
 
- 
- 12 Dec, 2015 1 commit
- 
- 
Johny Mattsson authoredAs 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. 
 
- 
- 28 Nov, 2015 1 commit
- 
- 
btsimonh authoredif n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15) 
 
- 
- 19 Nov, 2015 2 commits
- 
- 
Marcel Stör authored
- 
Ivan Lopez authored
 
- 
- 18 Nov, 2015 2 commits
- 
- 
Ivan Lopez authored
- 
Ivan Lopez authored
 
- 
- 12 Nov, 2015 1 commit
- 
- 
Robert Foss authored
 
- 
- 11 Nov, 2015 1 commit
- 
- 
Łukasz Oleś authored
 
- 
- 10 Nov, 2015 4 commits
- 
- 
Łukasz Oleś authored
- 
Thomas Soëte authoredValues measured: @80MHz: T0H: 337ns, Period: 1.274us T1H: 687ns, Period: 1.25us @160MHz: T0H: 349ns, Period: 1.262us T1H: 700ns, Period: 1.276us 
- 
Johny Mattsson authoredNow with more #ifdef. 
- 
Johny Mattsson authored
 
- 
- 09 Nov, 2015 1 commit
- 
- 
Johny Mattsson authoredThis got broken in the 1.4.0 overhaul, mea culpa. 
 
- 
- 08 Nov, 2015 2 commits
- 
- 
TerryE authored
- 
Thomas Soëte authored
 
- 
- 06 Nov, 2015 3 commits
- 
- 
Antoine authored
- 
dnc40085 authoredRemove unnecessary code 
- 
Jens Jensen authoredshould not reset keep_alive_tick when receiving as this can prevent sending keepalive (PINGREQ), which can result in server disconnect. 
 
- 
- 05 Nov, 2015 2 commits
- 04 Nov, 2015 4 commits
- 
- 
dnc40085 authoredAdded static keyword to a variable 
- 
dnc40085 authored
- 
Johny Mattsson authored
- 
dnc40085 authored
 
- 
- 03 Nov, 2015 3 commits
- 30 Oct, 2015 1 commit
- 
- 
Jonathan karras authoredConflicts: app/modules/mqtt.c 
 
- 
- 27 Oct, 2015 2 commits
- 
- 
devsaurus authoredduplex_mode configuration enables/disables receiving with spi.send() spi.send_recv removed 
- 
Johny Mattsson authoredWith the new SDK soft-wdt it is no longer sufficient to tickle the hardware watchdog, so all (found) instances have been changed to system_soft_wdt_feed(). 
 
- 
- 26 Oct, 2015 2 commits
- 25 Oct, 2015 1 commit
- 
- 
devsaurus authored
 
- 
- 19 Oct, 2015 1 commit
- 
- 
devsaurus authoredaccept negative values as u32 
 
- 
- 18 Oct, 2015 4 commits