nodemcu-firmware/app
Johny Mattsson f9c65b945c Disabled -Wl,--gc-sections for SDK libs.
Running without interrupt vectors not considered all that useful...

Disabled flash-size-byte-setting and SPIFFS formatting on ESP32, for now
at least, as both of these appeared to corrupt the flash and prevent
subsequent boots.

Disabled UART init on ESP32 until the driver gets updated.

This now gets us to a banner on ESP32, but not yet a prompt.
2016-06-22 18:58:25 +10:00
..
cjson Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
coap Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
crypto Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
dhtlib Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
driver Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
http Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
include Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua Fix unwanted newlines in Lua output. 2016-06-01 14:15:13 +10:00
modules Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
mqtt Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
net Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
platform Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
smart Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
spiffs Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
task Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
tsl2561 Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
u8glib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
ucglib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
user Disabled -Wl,--gc-sections for SDK libs. 2016-06-22 18:58:25 +10:00
.gitignore Disabled -Wl,--gc-sections for SDK libs. 2016-06-22 18:58:25 +10:00
Makefile Disabled -Wl,--gc-sections for SDK libs. 2016-06-22 18:58:25 +10:00