- 16 Nov, 2018 1 commit
-
-
Carsten Elton Sørensen authored
The volume returned by file.mount() could not be unmounted, because vol:umount() would fail with a cryptic error about the uncallable nature of the volume userdata object. This was due to the wrong metatable name being used for setting up the volume structure. The correct name, as registered elsewhere in file.c, is now used, and vol:umount() is callable.
-
- 13 Nov, 2018 2 commits
-
-
Johan Ström authored
Any TCP packet with more than 1024 bytes of payload was silently dropped. With MTU of 1500 the TCP payload can be up to 1460 bytes (1500 - 20(IP hdr) - 20(TCP hdr))
-
Arnim Läuger authored
-
- 08 Nov, 2018 1 commit
-
-
galjonsfigur authored
-
- 03 Nov, 2018 1 commit
-
-
Adriano Melo authored
-
- 28 Oct, 2018 1 commit
-
-
Arnim Läuger authored
-
- 24 Oct, 2018 1 commit
-
-
Arnim Läuger authored
-
- 20 Oct, 2018 1 commit
-
-
Natalia authored
* u8g2 support for more than only one i2c bus * Removed unnecessary #include
-
- 19 Oct, 2018 1 commit
-
-
Arnim Läuger authored
* turn ucg into submodule * update ucg to 1.5.2 * add license note to doc * align docs with esp32 * move ucg hal into platform folder adapt examples
-
- 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.
-
- 11 Oct, 2018 1 commit
-
-
Marcel Stör authored
-
- 10 Oct, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
* Restore WRAPCC when building Lua * Fix several parsing bugs
-
- 09 Oct, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 07 Oct, 2018 1 commit
-
-
Arnim Läuger authored
* Update u8g2 to v2.23.18 * serve wdt for long delays
-
- 29 Sep, 2018 1 commit
-
-
Terry Ellison authored
* Merge of LFS compress, optimize against current dev * Fixes to LFS compress patch
-
- 21 Sep, 2018 1 commit
-
-
- 17 Sep, 2018 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
- Added Marcel's Getting Started page - Added reference to getting-started.md - Incorporated review findings
-
- 12 Sep, 2018 1 commit
-
-
Nate Clark authored
-
- 10 Sep, 2018 1 commit
-
-
Philip Gladstone authored
-
- 07 Sep, 2018 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 02 Sep, 2018 1 commit
-
-
Natalia authored
-
- 27 Aug, 2018 3 commits
-
-
Terry Ellison authored
-
Nathaniel Wesley Filardo authored
* Remove the old telnet.lua, which has been duplicated as simple_telnet.lua. * Fix some typos and whitespace issues
-
TerryE authored
-
- 22 Aug, 2018 1 commit
-
-
Terry Ellison authored
Updates to LFS documentation and the LFS HTTP_OTA module before release to master
-
- 18 Aug, 2018 1 commit
-
-
Tim Godfrey authored
-
- 17 Aug, 2018 1 commit
-
-
Marcel Stör authored
-
- 15 Aug, 2018 2 commits
-
-
Gregor Hartmann authored
-
Gregor Hartmann authored
-
- 13 Aug, 2018 1 commit
-
-
Marcel Stör authored
-
- 11 Aug, 2018 3 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.
-
Nathaniel Wesley Filardo authored
-
- 10 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
Thanks to @TerryE for many useful suggestions
-
- 06 Aug, 2018 2 commits
-
-
Marcel Stör authored
Contributes to #2431
-
Marcel Stör authored
Contributes to #2431
-
- 05 Aug, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2433, #2434
-
- 01 Aug, 2018 1 commit
-
-
Terry Ellison authored
use ar from esp toolchain instead of host
-