7 Commits

Author SHA1 Message Date
58fbf862fb fix(esp8266): Fix crash when enable debug log level 2018-07-26 17:20:10 +08:00
583a875910 feat(bootloader): Bootloader check and loader target application 2018-07-11 20:20:24 +08:00
1ba1e5ccbd feat(task): Change all tasks size 4 times the original 2018-07-09 20:11:41 +08:00
a411ce44c9 feat(esp8266): add phy APIs
1. support save cal data in nvs;
2. support use phy partition to store init data;

In old SDK, we use (max_sec - 3) as init data sector, and (max_sec - 4) as cal data sector. This is changed in IDF style SDK, and these 2 sectors can be used for other perpose.
2018-07-06 10:52:43 +08:00
9d67e36f20 bugfix(esp8266): Fix C++ initialization error 2018-07-02 19:46:59 +08:00
19f9a8221d feat(esp8266): Refactor startup function 2018-06-28 14:54:40 +08:00
1cde2f5f81 feat(bootloader): Add startup function 2018-06-21 13:06:08 +08:00