- 28 Jan, 2016 4 commits
-
-
Johny Mattsson authored
Having ascertained that the SDK itself has no (zero, zilch, nada) dependencies on the standard C library, the NodeMCU linker script now puts any and all libc functions into irom, rather than carefully picking the ones that were used by NodeMCU some months ago. This should help keep iram free for the things which really need to be in iram (such as ISRs).
-
Johny Mattsson authored
-
Johny Mattsson authored
Enable -std=gnu11 for crypto, http, mqtt, and lua dir
-
Johny Mattsson authored
Fixed issue where default ESP_xxxxxx SSID was appearing
-
- 27 Jan, 2016 3 commits
-
-
Marcel Stör authored
-
jfollas authored
-
Johny Mattsson authored
Updated http module docs for #977.
-
- 26 Jan, 2016 11 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Fix HTTP response bug while server only support HTTP/1.0
-
Arnim Läuger authored
Cleaned up APA102 module registration.
-
Robert Foss authored
-
-
Marcel Stör authored
-
Arnim Läuger authored
-
Arnim Läuger authored
Transfer HTTP client examples to lua_examples/
-
Arnim Läuger authored
Added support for the APA102 LED.
-
Huang Rui authored
Signed-off-by:
Huang Rui <vowstar@gmail.com>
-
Robert Foss authored
-
- 25 Jan, 2016 1 commit
-
-
Marcel Stör authored
Fixes #941
-
- 24 Jan, 2016 4 commits
-
-
Marcel Stör authored
-
Arnim Läuger authored
Fix redefine error on some other version build environment.
-
Huang Rui authored
Signed-off-by:
Huang Rui <vowstar@gmail.com>
-
Arnim Läuger authored
sntp: Include user_interface.h to avoid implicit decls
-
- 23 Jan, 2016 8 commits
-
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
Johny Mattsson authored
Enable -std=gnu11 for platform and driver dir.
-
Terry Ellison authored
Rewrite ws2812 serialization code to use UART1 instead of bit-banging.
-
devsaurus authored
-
- 22 Jan, 2016 2 commits
-
-
devsaurus authored
-
Arnim Läuger authored
Enable -std=gnu11 for modules dir.
-
- 21 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus associated fixes.
-
- 20 Jan, 2016 4 commits
-
-
Terry Ellison authored
Fix example code in WiFi Module Doc
-
Terry Ellison authored
Ugly workaround for broken SPIFFS GC alignment.
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
San authored
-
- 19 Jan, 2016 2 commits
-
-
Terry Ellison authored
Added AES support to crypto module.
-
Terry Ellison authored
Fix example code in HTTP Module Doc
-