- 27 Jul, 2019 15 commits
-
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
This reverts commit af9b123bc1c0603859caf9fcd6fcfdeeeb08dbce.
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
- 26 Jul, 2019 2 commits
-
-
Terry Ellison authored
-
Johny Mattsson authored
Due to Windows limitations. Sigh.
-
- 23 Jul, 2019 3 commits
-
-
Terry Ellison authored
-
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.
-
- 16 Jul, 2019 1 commit
-
-
Nathaniel Wesley Filardo authored
* mqtt:connect() secure parameter should be boolean Continue to honor the old 0/1 values, but make them undocumented and add a deprecation warning to the code and docs. Eventually, this should go away. * mqtt: rip out deprecated autoreconnect * mqtt: expose all the callbacks via :on
-
- 14 Jul, 2019 2 commits
-
-
Philip Gladstone authored
fix rounding in ws2812:buffer:mix Looks good to me.
-
Gregor authored
-
- 11 Jul, 2019 1 commit
-
-
Gregor Hartmann authored
-
- 08 Jul, 2019 1 commit
-
-
Marcel Stör authored
* Use cross-browser JS for query params in EUS * Update EUS doc to explain how to use parameters * Remove ; in Lua code * Rewrite the endpoint table * Do not use properties as global Lua variables * remove enduser_setup.html.gz * rename folder 'eus' to 'enduser_setup' * Change input type for password to "password" * Replace outdated captive portal screen shot
-
- 05 Jul, 2019 1 commit
-
-
Arnim Läuger authored
-
- 28 Jun, 2019 1 commit
-
-
galjonsfigur authored
* Move luacheck conf and fix Travis for all possible filenames * Add lua script to help with luacheck config * Add xargs approach for current luac.cross file checking * Enable luacheck but do not break build
-
- 22 Jun, 2019 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
Fixes #2806
-
- 21 Jun, 2019 2 commits
-
-
Marcel Stör authored
-
galjonsfigur authored
-
- 19 Jun, 2019 1 commit
-
-
Terry Ellison authored
-
- 01 Jun, 2019 2 commits
-
-
galjonsfigur authored
-
galjonsfigur authored
-
- 25 May, 2019 1 commit
-
-
Nikolay Fiykov authored
-
- 22 May, 2019 1 commit
-
-
Alistair Witt authored
-
- 20 May, 2019 2 commits
-
-
Terry Ellison authored
Fixes #2511
-
Terry Ellison authored
-
- 19 May, 2019 1 commit
-
-
Terry Ellison authored
Force libpp.a into iRAM, and backout redundant IRAM_DATA_ATTR changes
-