nodemcu-firmware/app
Johny Mattsson 224788b642 Make NodeMCU compile and link for ESP32.
A fair bit of reshuffling with include paths and overrides was necessary, as
the two RTOS SDKs (ESP8266 and ESP32) don't have the same header structure
(or even libraries for that matter). Uses the xtensa-esp108-elf toolchain
to build.

Completely untested beyond linking, as I still can't flash the ESP32 module
I have :(  I'd be most surprised if it does anything useful at this point
considering I've spent almost no time on the linker script or UART setup.

Anything using espconn has been ifdef'd out since espconn is not (and
probably will not be) available. Notably this includes the entire net module
as well as coap, mqtt and enduser_setup.

Many (most?) hardware bus drivers and related modules are also ifdef'd
out for now due to hardware differences. Functions surrounding sleep,
rtc and RF modes have also been hit by the ifdef hammer. Grep'ing for
__ESP8266__ and/or FIXME is a quick way of finding these places. With
time I hope all of these will be reinstated.
2016-06-09 18:40:56 +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 Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00