- 09 Jan, 2016 1 commit
-
-
Adam Bonner authored
Update 1.5.0 link and add some other links
-
- 07 Jan, 2016 5 commits
-
-
Terry Ellison authored
Remove superfluous collectgarbage() in webap example
-
Terry Ellison authored
Remove left-over cruft regarding Lua mem opt.
-
Terry Ellison authored
Update telnet example to fit new SDK behavior
-
devsaurus authored
-
devsaurus authored
-
- 06 Jan, 2016 3 commits
- 05 Jan, 2016 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Fix for node.dsleep to increase maximum sleep time
-
- 02 Jan, 2016 1 commit
-
-
dnc40085 authored
node.dsleep was using sint32 to hold sleep time when it should be using uint32
-
- 01 Jan, 2016 1 commit
-
-
Terry Ellison authored
Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0.
-
- 28 Dec, 2015 3 commits
-
-
Terry Ellison authored
Resync master to dev prior to upgrading Dev to SDK 1.5
-
Terry Ellison authored
fix parameter access for ucg.getStrWidth()
-
devsaurus authored
-
- 23 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Removed earlier TCP port randomisation fix - the new SDK has its own fix even though Espressif told me they wouldn't fix it. Yay?
-
- 22 Dec, 2015 1 commit
-
-
Terry Ellison authored
UART: fix parity and stopbit generation
-
- 21 Dec, 2015 3 commits
-
-
devsaurus authored
-
Terry Ellison authored
Fixed compilation error when the enduser_setup module is disabled
-
Robert Foss authored
Fixed compilation error when the enduser_setup module is disabled yet requires ENDUSER_SETUP_AP_SSID to be defined.
-
- 19 Dec, 2015 1 commit
-
-
Terry Ellison authored
Cleanup: LTR module registration
-
- 18 Dec, 2015 4 commits
-
-
Terry Ellison authored
Add a few small corrections and new Docker link
-
Marcel Stör authored
I a discussion with @nickandrew (original author of updated sections) he agreed that we should rather link to *my* Docker image because it has fewer issues then the one currently referenced. The one we identified will soon be addressed.
-
Johny Mattsson authored
Third time lucky. I hope. Hi Terry.
-
Terry Ellison authored
Add a few small corrections and new Docker link
-
- 17 Dec, 2015 3 commits
-
-
Marcel Stör authored
I a discussion with @nickandrew (original author of updated sections) he agreed that we should rather link to *my* Docker image because it has fewer issues then the one currently referenced. The one we identified will soon be addressed.
-
Johny Mattsson authored
SPI: cpol=high is not implemented due to insufficient hw docs
-
Johny Mattsson authored
-
- 16 Dec, 2015 5 commits
-
-
devsaurus authored
-
Terry Ellison authored
Cleanup/minor correction: Flash addr cleanup
-
Johny Mattsson authored
-
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
-
- 15 Dec, 2015 2 commits
-
-
Arnim Läuger authored
Readme for u8glib app to dev
-
Artem Pastukhov authored
-
- 14 Dec, 2015 2 commits
-
-
Artem Pastukhov authored
-
Artem Pastukhov authored
-
- 12 Dec, 2015 2 commits
-
-
Terry Ellison authored
Do not allow execution to continue after a PANIC
-
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.
-