114d2b5b86
feature(script): update compiling script for new make and cmake
2019-08-02 14:02:45 +08:00
a09da28247
feat(app_update): Remove unnecessary macro define
2019-05-27 13:30:31 +08:00
345a4f60d1
feat(app_update): add OTA init bin
2019-05-23 14:06:02 +08:00
cca13e0f99
feat(make): Sync code from esp-idf and modify for ESP8266
...
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
48c160f7e7
feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx"
2019-02-15 19:02:26 +08:00
2e9cb80033
feat(ota): Add OTA binary link address verify of ESP8285 or ESP8266 + 1MB flash
2019-01-25 14:41:08 +08:00
11db1b0daf
feat(bootloader): Support v2 firmware updates to v3 by OTA
2019-01-16 14:20:58 +08:00
5e1b8a0b10
feat(ota): Add command to generate OTA bin and add ota example for 1MB flash
...
"$(PROJECT_NAME).app1.bin", "$(PROJECT_NAME).app2.bin" and "$(PROJECT_NAME).ota.bin" at "build" directory.
Only upload "$(PROJECT_NAME).ota.bin" to the server.
Select the target flash and input "make ota flash" or "make ota flash monitor".
Update the OTA README.md for 1 MB flash.
2018-10-18 19:40:22 +08:00
3de759602a
feat(bootloader): Add sha256 verification for bootloader and OTA
2018-10-18 16:05:25 +08:00
c3e2d11a61
fix: app update compile warning
2018-08-16 19:40:53 +08:00
e736bcbacd
fix: port to esp8266 platform
2018-08-10 11:31:14 +08:00
256d238923
feat: copy app_update from idf(gitlab) release/v3.0
2018-08-10 11:31:14 +08:00