dongheng
|
1f6c258127
|
feat(esp8266): Add feature to copy old RF parameters to new SDK partition
The old SDK's RF parameters is also kept.
|
2019-04-04 13:52:15 +08:00 |
|
Dong Heng
|
413ea63ed1
|
fix(ota): Fix the OTA from old to V3 read flash size error
|
2019-01-25 14:01:46 +08:00 |
|
Dong Heng
|
11db1b0daf
|
feat(bootloader): Support v2 firmware updates to v3 by OTA
|
2019-01-16 14:20:58 +08:00 |
|
Dong Heng
|
f602793a33
|
fix(startup): Fix cached data is cleared by function of "clean bss"
APP should not cache data whick is passed by bootloader linked to bss section.
|
2018-08-09 19:47:52 +08:00 |
|
Dong Heng
|
35ee995327
|
fix(components): Fix all components's compile warning and enable warning checking
|
2018-08-07 15:42:28 +08:00 |
|
Dong Heng
|
583a875910
|
feat(bootloader): Bootloader check and loader target application
|
2018-07-11 20:20:24 +08:00 |
|
Dong Heng
|
1cde2f5f81
|
feat(bootloader): Add startup function
|
2018-06-21 13:06:08 +08:00 |
|
Wu Jian Gang
|
c7c96e0066
|
feat(bootloader): basic boot
|
2018-06-19 17:34:54 +08:00 |
|
Wu Jian Gang
|
1bc665a4ff
|
feat(bootloader): modify to output something
using CONFIG_TARGET_PLATFORM_ESP32 to disable original bootloader_support code for ESP32
|
2018-06-19 17:34:54 +08:00 |
|
Wu Jian Gang
|
5ca0b194ef
|
feat(bootloader_support): add bootloader support from idf
idf commit: a3a0b01c
|
2018-06-19 17:34:54 +08:00 |
|