- 25 Feb, 2024 1 commit
-
-
Gregor Hartmann authored
-
- 18 Feb, 2024 1 commit
-
-
Gregor Hartmann authored
-
- 06 Jan, 2021 1 commit
-
-
M.K authored
-
- 22 Aug, 2020 1 commit
-
-
Terry Ellison authored
-
- 09 Jun, 2020 1 commit
-
-
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
-
- 23 Jul, 2019 2 commits
-
-
Terry Ellison authored
-
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
-
- 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.
-
- 21 Mar, 2019 1 commit
-
-
Philip Gladstone authored
* Minor fix to allow building of luac.cross.int * Reapply some changes lost due to merge damage
-
- 23 Feb, 2019 1 commit
-
-
ziggurat29 authored
Added MSVC project configuration (@ziggurat29) and support of MinGW (@TerryE) for host-side`luac.cross` tool
-
- 17 Feb, 2019 1 commit
-
-
sergio authored
-
- 24 Jan, 2019 1 commit
-
-
Arnim Läuger authored
-
- 09 Dec, 2018 1 commit
-
-
Arnim Läuger authored
-
- 13 Oct, 2018 1 commit
-
-
Terry Ellison authored
- Optimise ROTable accesses and interface This includes some refinements to the ROTable cache which remove the linker cludges on the CROSS_COMPILE builds. Also keyhole tweaks to some of the Lua VM code to implrove runtimes. I also noticed some compile time warnings during the build; the change to uz_unzip.c doesn't impact the compiled code, but does remove the compiler warnings.
-
- 10 Oct, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
* Restore WRAPCC when building Lua * Fix several parsing bugs
-
- 29 Sep, 2018 1 commit
-
-
Terry Ellison authored
* Merge of LFS compress, optimize against current dev * Fixes to LFS compress patch
-
- 11 Aug, 2018 2 commits
-
-
Gregor Hartmann authored
Use separate names for the integer and float `luac.cross` binaries. Also adds local/lua directory which is already supported by tools makefile to build LFS image.
-
Nathaniel Wesley Filardo authored
Not that Lua takes very long to compile, but allowing for ccache here should still help the builder(s) consume a little less time and power.
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 19 Apr, 2018 1 commit
-
-
TerryE authored
-
- 17 Mar, 2018 2 commits
- 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.
-
- 03 Nov, 2015 1 commit
-
-
TerryE authored
-