- 07 Nov, 2020 1 commit
-
-
philip authored
-
- 08 Sep, 2020 1 commit
-
-
Gregor Hartmann authored
-
- 07 Sep, 2020 2 commits
-
-
Terry Ellison authored
Redo last change
-
Terry Ellison authored
To fix #3251.
-
- 01 Sep, 2020 1 commit
-
-
Philip Gladstone authored
-
- 29 Aug, 2020 1 commit
-
-
Philip Gladstone authored
-
- 22 Aug, 2020 1 commit
-
-
Terry Ellison authored
-
- 16 Jun, 2020 1 commit
-
-
Terry Ellison authored
-
- 09 Jun, 2020 4 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
-
M.K authored
-
Terry Ellison authored
-
Terry Ellison authored
-
- 27 Jul, 2019 5 commits
- 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.
-
- 17 May, 2019 1 commit
-
-
Terry Ellison authored
includes some dRAM -> iRAM optimisations
-
- 08 May, 2019 1 commit
-
-
Terry Ellison authored
Updated ROTables
-
- 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
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 20 May, 2018 1 commit
-
-
dnc40085 authored
-
- 08 May, 2018 1 commit
-
-
dnc40085 authored
-
- 26 Apr, 2018 1 commit
-
-
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
-
- 16 May, 2017 1 commit
-
-
Arnim Läuger authored
* align 8MB and 16MB auto flash support with sdk 2.1.0 * remove SAFE_API * fix flash size mismatch detection logic
-
- 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
-
- 26 Dec, 2016 1 commit
-
-
Philip Gladstone authored
-
- 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
-
- 04 Aug, 2016 1 commit
-
-
Marcel Stör authored
-
- 02 Aug, 2016 1 commit
-
-
Yury Popov authored
-
- 05 Jun, 2016 1 commit
-
-
Philip Gladstone authored
Fixes #1164 and thus also #1150, #1149, #1147 and #898. * Move to latest version of SPIFFS * Add SPIFFS porting layer for NodeMCU * Add option to delete output if it doesn't fit * Change FLASHSIZE to be in bits by default: default 4mb 32mb * Add SPIFFS_MAX_FILESYSTEM_SIZE override * Add notes on SPIFFS_FIXED_LOCATION * Add 1M boundary * Include the current version of the LICENSE
-