Commit Graph

12 Commits

Author SHA1 Message Date
David Lin eee70eae02
Update wstream.h 2020-07-17 18:44:51 +08:00
Jimmy 2c7390deb3 qmk build system 2020-07-14 13:48:10 +08:00
Supowang 01942d4409
Merge pull request #192 from DavidLin1577/patch-6
Update hal_tcp_module.c
2020-06-29 19:03:34 +08:00
daishengdong 69f8accae6 bugfix of ota_patch 2020-06-28 19:23:05 +08:00
David Lin 82288e55f3
Update hal_tcp_module.c
Mini optimized
2020-06-28 16:43:26 +08:00
Arthur a5c7a347fa
Merge pull request #191 from Mculover666/master
fix ptbl cmd tools bug in makefile
2020-06-28 15:10:28 +08:00
daishengdong ae1d8f3b7f a bugfix when sizeof image is larger than 64k(0xFFFF) 2020-06-28 15:05:03 +08:00
mculover666 022b7f6635 fix diff cmd tools bug in makefile 2020-06-25 15:14:28 +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