nodemcu-firmware/app/include
Johny Mattsson 088d2c3820 Reimplemented esp_init_data_default.
To work around the pesky "rf_cal[0] !=0x05" hang when booting on a chip
which doesn't have esp_init_data written to it.

It is no longer possible to do the writing of the esp_init_data_default
from within nodemcu_init(), as the SDK now hangs long before it gets
there.  As such, I've had to reimplement this in our user_start_trampoline
and get it all done before the SDK has a chance to look for the init data.
It's unfortunate that we have to spend IRAM on this, but I see no better
alternative at this point.
2016-10-04 12:04:09 +11:00
..
arch Fix redefine bug on some other version SDK(such as espressif's lubuntu environment) 2016-01-25 03:06:18 +08:00
driver Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
lwip Make DNS engine RFC 5452 compliant (#1324) 2016-08-20 22:19:31 +02:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Add rtctime.epoch2cal() (#1386) 2016-07-19 22:01:26 +02:00
task Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
fatfs_config.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lwipopts.h Added -Wimplicit to modules build. 2016-01-22 10:55:57 +11:00
module.h Fix break in luac.cross build and add some documentation 2016-03-03 02:03:23 +00:00
nodemcu_mdns.h Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00
rom.h Reimplemented esp_init_data_default. 2016-10-04 12:04:09 +11:00
sections.h Moved TEXT_SECTION_ATTR macro to its own header. 2015-10-12 13:26:04 +11:00
u8g_config.h fix display table construction 2015-07-21 20:37:44 +02:00
ucg_config.h shorten ucg constructors to keep them below LUA_MAX_ROTABLE_NAME 2016-03-25 23:49:22 +01:00
user_config.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
user_modules.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
user_version.h Update to SDK 1.5.4.1 (#1390) 2016-07-22 23:18:47 +02:00