TencentOS-tiny/kernel/core
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
tos_barrier.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_binary_heap.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_bitmap.c support posix 2020-02-28 00:11:28 +08:00
tos_char_fifo.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_completion.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_countdownlatch.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_event.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_global.c timer & tickless bugfix 2020-04-27 15:12:08 +08:00
tos_mail_queue.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_message_queue.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_mmblk.c add socket wrapper for at framework 2020-04-07 16:39:13 +08:00
tos_mmheap.c support stm8 2020-02-15 16:39:00 +08:00
tos_mutex.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_pend.c support stm8 2020-02-15 16:39:00 +08:00
tos_priority_mail_queue.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_priority_message_queue.c add socket wrapper for at framework 2020-04-07 16:39:13 +08:00
tos_priority_queue.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_ring_queue.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_robin.c support stm8 2020-02-15 16:39:00 +08:00
tos_rwlock.c refresh sdk manual and development manul 2020-04-16 15:50:00 +08:00
tos_sched.c support stm8 2020-02-15 16:39:00 +08:00
tos_sem.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_stopwatch.c support posix 2020-02-28 00:11:28 +08:00
tos_sys.c support stm8 2020-02-15 16:39:00 +08:00
tos_task.c add ota algorithm for device 2020-06-02 15:03:42 +08:00
tos_tick.c remove some redundant judgement 2020-03-06 19:27:21 +08:00
tos_time.c add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
tos_timer.c timer & tickless bugfix 2020-04-27 15:12:08 +08:00