- 01 Apr, 2021 1 commit
-
-
Marcel Stör authored
Fixes #3381
-
- 07 Nov, 2020 1 commit
-
-
Philip Gladstone authored
* Don't adjust the clock until after we deal with rtctime... * Switched to using START_OPTION_CPU_FREQ_MAX instead. * Use setfield and add caching of the startup option * Put the startupcounts warning into a warning box
-
- 18 Oct, 2020 1 commit
-
-
Philip Gladstone authored
* Don't adjust the clock until after we deal with rtctime... * Switched to using START_OPTION_CPU_FREQ_MAX instead. * Use setfield and add caching of the startup option * Put the startupcounts warning into a warning box
-
- 22 Aug, 2020 1 commit
-
-
Terry Ellison authored
-
- 09 Jun, 2020 3 commits
-
-
Terry Ellison authored
- Lots of minor but nasty bugfixes to get all tests to run clean - core lua and test suite fixes to allow luac -F to run cleanly against test suite - next tranch to get LFS working - luac.cross -a options plus fixes from feedback - UART fixes and lua.c merge - commit of wip prior to rebaselining against current dev - more tweaks
-
Marcel Stör authored
-
Terry Ellison authored
-
- 06 Aug, 2019 1 commit
-
-
Marcel Stör authored
-
- 27 Jul, 2019 4 commits
- 01 May, 2019 1 commit
-
-
Terry Ellison authored
1st Tranche of SDK 3.0 follow up changes
-
- 05 Apr, 2019 1 commit
-
-
Terry Ellison authored
* Rebaseline firmware to non-OS SDK version 3.0 * Note that SDK version 3.0 introduces the concept of a Flash Partition Table(PT). This is located at Flash offset 0x10000 in our firmware build. * The firmware is now PT aware with both LFS and SPIFFS taking their partition size and location from the PT * A new tool `tools/nodemcu-partition.py` is now used to initialise these data and can also download LFS and SPIFFS images to these partitions.
-
- 17 Feb, 2019 1 commit
-
-
sergio authored
-
- 13 Jan, 2019 1 commit
-
-
Marcel Stör authored
Drop support for localized content, #2213 Restructure some content to match more closely what we have in master, #2542
-
- 29 Sep, 2018 1 commit
-
-
Terry Ellison authored
* Merge of LFS compress, optimize against current dev * Fixes to LFS compress patch
-
- 06 Aug, 2018 1 commit
-
-
Marcel Stör authored
Contributes to #2431
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 20 May, 2018 1 commit
-
-
dnc40085 authored
-
- 26 Apr, 2018 2 commits
-
-
Marcel Stör authored
-
dnc40085 authored
* Update node.dsleep() to support longer deep sleep duration. * Updated documentation for node.dsleepMax()
-
- 19 Apr, 2018 1 commit
-
-
TerryE 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
-
- 06 Apr, 2018 1 commit
-
-
Johny Mattsson authored
Added `node.egc.meminfo()` to expose LVM usage (to make the regular `node.egc.ON_MEM_LIMIT` option usable). Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits, in which case that's taken as a request to keep a certain amount of heap available for non-Lua use.
-
- 17 Mar, 2018 1 commit
-
-
TerryE authored
-
- 25 Dec, 2017 1 commit
-
-
Marcel Stör authored
-
- 19 Oct, 2017 1 commit
-
-
Marcel Stör authored
Amends #2064
-
- 27 Aug, 2017 1 commit
-
-
Marcel Stör authored
-
- 05 Apr, 2017 1 commit
-
-
dnc40085 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
-
- 14 Mar, 2017 1 commit
-
-
Johny Mattsson authored
-
- 08 Feb, 2017 1 commit
-
-
Jason Follas authored
* Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP) * Updat comments about WEP key not having a minimum * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts. * Normaliz if statements * Convert leading tabs to leading spaces for consistency
-
- 26 Dec, 2016 1 commit
-
-
Philip Gladstone authored
-
- 01 Oct, 2016 1 commit
-
-
Marcel Stör authored
-
- 18 Sep, 2016 1 commit
-
-
Marcel Stör authored
-
- 04 Aug, 2016 1 commit
-
-
Marcel Stör authored
-
- 14 Jul, 2016 1 commit
-
-
Marcel Stör authored
-
- 18 May, 2016 1 commit
-
-
Johny Mattsson authored
- Stop fighting against the SDK in terms of owning/writing the init_data block. NodeMCU included a default init_data block because originally the SDK did not, but by now it's not needed. - Expose a way to reconfigure the ADC mode from Lua land. With most people using the cloud builder and not able to change the #define for byte 107 this has been a pain point. - Less confusion about which init_data has been used. Lua code can now simply state what mode it wants the ADC to be in, and not worry about the rest of the init_data complexities such as the init_data changing location due to flashing with wrong flash_size setting, or doing/not doing a chip-erase before loading new NodeMCU firmware.
-
- 20 Mar, 2016 1 commit
-
-
philip authored
-