- 09 Jun, 2020 1 commit
-
-
Nikolay Fiykov authored
-
- 23 Jul, 2019 1 commit
-
-
Johny Mattsson authored
-
- 21 Jul, 2019 1 commit
-
-
Johny Mattsson authored
The PR removed the bulk of non-newlib headers from the NodeMCU source base. app/libc has now been cut down to the bare minimum overrides to shadow the corresponding functions in the SDK's libc. The old c_xyz.h headerfiles have been nuked in favour of the standard <xyz.h> headers, with a few exceptions over in sdk-overrides. Again, shipping a libc.a without headers is a terrible thing to do. We're still living on a prayer that libc was configured the same was as a default-configured xtensa gcc toolchain assumes it is. That part I cannot do anything about, unfortunately, but it's no worse than it has been before. This enables our source files to compile successfully using the standard header files, and use the typical malloc()/calloc()/realloc()/free(), the strwhatever()s and memwhatever()s. These end up, through macro and linker magic, mapped to the appropriate SDK or ROM functions.
-
- 08 May, 2019 1 commit
-
-
Terry Ellison authored
Updated ROTables
-
- 17 Feb, 2019 1 commit
-
-
sergio authored
-
- 22 Jan, 2019 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 28 Oct, 2018 1 commit
-
-
Arnim Läuger authored
-
- 13 Apr, 2018 1 commit
-
-
dnc40085 authored
* pmsleep refactor * Shortened swtmr disabled message * Added swtimer debug module option to user_modules.h. * Added comments to user_config.h. * Fixed error in documentation for node.sleep() * remove blank sntp.c that got added in during rebase onto dev(6218b926) * Added #ifdefs around SWTIMER_REG_CB to prevent inclusion of disabled code
-
- 21 Mar, 2018 1 commit
-
-
Arnim Läuger authored
-
- 17 Mar, 2018 1 commit
-
-
TerryE authored
-
- 05 Aug, 2017 1 commit
-
-
dnc40085 authored
-
- 11 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 04 Apr, 2017 1 commit
-
-
dnc40085 authored
* Exposed forced sleep API and more Added timer suspend functionality * wifi.suspend * wifi.resume * node.sleep * tmr.suspend * tmr.suspend_all * tmr.resume * tmr.resume_all * Implement timer suspend functionality * Fix for uart TX glitch * Made some modifications to the error reporting
-
- 02 Aug, 2016 1 commit
-
-
Yury Popov authored
-
- 13 May, 2016 1 commit
-
-
dnc40085 authored
* Change upper limit for timer in `tmr_register` and `tmr_interval` to reflect new limit in SDK 1.5.3. * Change documentation for `tmr.alarm()`, `tmr.interval()` and `tmr.register()` to match source. * Improve error reporting to be more descriptive.
-
- 30 Mar, 2016 1 commit
-
-
Bernd Meyer authored
-
- 25 Feb, 2016 1 commit
-
-
dnc40085 authored
This made the timer module incompatible with the lua coroutining module.
-
- 21 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus associated fixes.
-
- 20 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
- 10 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plain SDK 1.5.0 bugs out for values >6871948 or so - this commit does not do anything to mitigate that.
-
- 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 Nov, 2015 1 commit
-
-
dnc40085 authored
Fix compiler warning: implicit declaration of function 'system_soft_wdt_feed'
-
- 27 Oct, 2015 1 commit
-
-
Johny Mattsson authored
With 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().
-
- 29 Jun, 2015 2 commits
- 14 May, 2015 2 commits
- 10 Apr, 2015 1 commit
-
-
Kirill authored
According to NodeMCU team recommendations.
-
- 11 Mar, 2015 1 commit
-
-
funshine authored
-
- 27 Jan, 2015 1 commit
-
-
funshine authored
-
- 24 Jan, 2015 1 commit
-
-
funshine authored
-
- 05 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 29 Dec, 2014 1 commit
-
-
funshine authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-