- 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
-
- 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.
-
- 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
-
-
- 12 Sep, 2018 1 commit
-
-
Nate Clark authored
-
- 27 Aug, 2018 1 commit
-
-
Terry Ellison authored
-
- 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.
-
- 10 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
Thanks to @TerryE for many useful suggestions
-
- 30 Jul, 2018 1 commit
-
-
Marcel Stör authored
-
- 29 Jul, 2018 1 commit
-
-
devsaurus authored
-
- 22 Jul, 2018 8 commits
- 20 Jul, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
Minimally build and boot tested, but the changes look pretty boring
-
- 04 Jul, 2018 1 commit
-
-
TerryE authored
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 22 May, 2018 1 commit
-
-
Arnim Läuger authored
-
- 20 May, 2018 2 commits
-
-
dnc40085 authored
* updated wifi_eventmon to store events in LUA_REGISTRYINDEX * updated wifi_eventmon debug comments * Updated wifi.c to remove c_free() In wifi_ap_listclient(app/modules/wifi.c), c_free() was replaced with wifi_softap_free_station_info() * Removed unnecessary line of code from app/modules/wifi_eventmon.c
-
dnc40085 authored
-
- 19 May, 2018 1 commit
-
-
dnc40085 authored
-
- 15 May, 2018 1 commit
-
-
Arnim Läuger authored
* fix application of patch 0018-feat-espconn-Modification-for-espconn.patch in #2269 espconn_tcp_reconnect() was removed instead of espconn_list_delete()
-
- 08 May, 2018 1 commit
-
-
dnc40085 authored
-
- 07 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()
-
- 23 Apr, 2018 2 commits