TencentOS-tiny/osal/posix
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
..
include add ota algorithm for device 2020-06-02 15:03:42 +08:00
mqueue.c support posix 2020-02-28 00:11:28 +08:00
mqueue_prv.c support avr architecture based on ATMega32 2020-03-03 18:27:24 +08:00
pthread.c fix some calloc bug 2020-04-24 11:58:42 +08:00
pthread_prv.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
sched.c support posix 2020-02-28 00:11:28 +08:00
semaphore.c support posix 2020-02-28 00:11:28 +08:00
time.c support posix 2020-02-28 00:11:28 +08:00
time_prv.c support posix 2020-02-28 00:11:28 +08:00
timer_prv.c support posix 2020-02-28 00:11:28 +08:00
tos_posix.c support posix 2020-02-28 00:11:28 +08:00