Commit Graph

7 Commits

Author SHA1 Message Date
David Lin eee70eae02
Update wstream.h 2020-07-17 18:44:51 +08:00
daishengdong 69f8accae6 bugfix of ota_patch 2020-06-28 19:23:05 +08:00
daishengdong ae1d8f3b7f a bugfix when sizeof image is larger than 64k(0xFFFF) 2020-06-28 15:05:03 +08:00
mculover666 3bf5c3b6ba fix ota bug 2020-06-24 17:08:29 +08:00
mculover666 142d3ebf7b add more ota_err_code support for ota bootloader 2020-06-24 15:46:04 +08:00
mculover666 70b4bb126a add errcode support for ota 2020-06-24 15:04:14 +08:00
daishengdong 5b51d50ade add ota algorithm for device
1. effective "Differential Upgrade" patch algorithm with high compression rate
2. effective recovery algorithm support recovery firmware in blocks which has low memory consumption and wear-leveling strategies, especially suitable for embeded devices with low RAM.
3. add sample ota bootloader project, see:
board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_bootloader_recovery
4. add sample application project for download firmware through http, see:
board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_application_download_through_http
5. add sample application project for download firmware through qcloud explorer console, see:
board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_application_download_through_qcloud_iot_explorer
6. an OTA markdown document is pending
2020-06-02 15:03:42 +08:00