- 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
-
- 28 Dec, 2018 1 commit
-
-
galjonsfigur authored
-
- 23 Dec, 2018 1 commit
-
-
Lukáš Voborský authored
Another fix
-
- 19 Dec, 2018 1 commit
-
-
galjonsfigur authored
-
- 16 Dec, 2018 2 commits
-
-
galjonsfigur authored
* Recreate and unify documentation for Lua modules * Fix typos in docs * Added/modified READMES to link to new documentation
-
andyleap authored
* Add spi.set_clock_div This will allow the SPI clock divider to be changed relatively simply, to better support multiple devices with varying SPI clock rate support * Add documentation
-
- 12 Dec, 2018 1 commit
-
-
esron authored
lua-users wiki page for Learning Lua changed.
-
- 09 Dec, 2018 1 commit
-
-
Arnim Läuger authored
-
- 05 Dec, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 04 Dec, 2018 1 commit
-
-
Arnim Läuger authored
-
- 03 Dec, 2018 2 commits
-
-
Terry Ellison authored
-
Ryan Hartlage authored
* Download pre-built toolchains * Updated to include the platform in the name of the pre-built toolchain * Download archive into cache/ * Update Travis configuration to use pre-built toolchain via make
-
- 30 Nov, 2018 1 commit
-
-
Johan Ström authored
* MQTT: handle large/chunked/fragmented messages properly If a message spans multiple TCP packets it must be buffered before delivered to LUA. Prior code did not do this at all, so this "patch" really adds proper handling of fragmented MQTT packets. This could also occur if multiple small messages was sent in a single TCP packet, and the last message did not completely fit in that packet. Introduces a new option to the mqtt.Client constructor: max_publish_length which defaults to 1024 Introduces a new 'overflow' callback. Fixes issue #2308 and proper fix for PR #2544. * mqtt.md: clarified heap allocation * mqtt: ensure ack is sent for overflowed publish If QoS is used we should still acknowledge that we received it, or server might retransmit it later.
-
- 28 Nov, 2018 1 commit
-
-
Natalia authored
-
- 26 Nov, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2568
-
- 23 Nov, 2018 1 commit
-
-
galjonsfigur authored
-
- 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 1 commit
-
-
Terry Ellison authored
-