53 Commits

Author SHA1 Message Date
mculover666
9de2090de9 add support for multi at device 2022-03-01 15:11:30 +08:00
supowang
8253a953bd fix all board compile for v3.0
fix all board compile for v3.0
2021-08-11 16:30:15 +08:00
supowang
1f694e2156 delete some code 2021-08-05 20:10:56 +08:00
mculover666
6084de9e41 add support for connect with socket buffer size 2021-04-16 16:50:39 +08:00
mculover666
3fc92b3c91 remove the uart_rx_lock in AT framework,update tos version to 2.2.1 2021-04-13 20:50:48 +08:00
supowang
4468eb8514 delete some unused code 2021-04-08 16:47:24 +08:00
mculover666
97fca5e4ed fix the bug in the storage space of the task name 2021-04-01 15:43:22 +08:00
mculover666
04f980f0c3 add bin file download demo through esp8266 module 2021-03-19 17:51:24 +08:00
mculover666
da61aa0a49 add support for dynaminc sem and dynamic mutex 2021-03-11 09:46:24 +08:00
mculover666
4bb2038a56 add 4g cat1 module ec600s support 2021-02-06 21:17:11 +08:00
mculover666
84c962ce88 update l610_tc driver for improved at framework 2021-01-28 12:50:26 +08:00
mculover666
5ecbc13f64 improve at firmware 2021-01-26 10:59:47 +08:00
supowang
1aca57c9c6 add l610 tencent firmware support
add l610 tencent firmware support
2021-01-12 19:45:20 +08:00
yangqingsheng
200c0ff460 tflite_micro_person_detection_init 2020-12-08 17:16:20 +08:00
mculover666
5656dca3ad fix a bug in tcp_through_module example 2020-08-11 19:16:06 +08:00
mculover666
4dfb1c8282 fix a bug in hello_world project on evb_mx_plus board 2020-08-06 10:27:58 +08:00
mculover666
f300d15271 update hello_world project on evb_mx_plus board 2020-08-05 20:38:55 +08:00
royye62
01680af87a add modbus_te_qcloud_demo 2020-08-04 18:15:41 +08:00
mculover666
0f68497eea add sub callback function in esp8266_tc_fw warpper 2020-07-29 10:18:09 +08:00
mculover666
66a674d73e add support for luat air724UG module 2020-07-03 10:53:43 +08:00
mculover666
092b971425 add ota update demo base tc esp8266 fw 2020-07-02 14:55:23 +08:00
mculover666
8691c0e92b add mqtt_based_qcloud_firmware project 2020-06-29 19:36:18 +08:00
mculover666
49f91f293c fix some bug 2020-06-28 18:03:46 +08:00
mculover666
43af886714 ta http demo project test success 2020-06-24 18:13:04 +08:00
mculover666
85dcdd527d fix ota http demo project bug 2020-06-24 17:18:56 +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
jiejietop
6b0c56eab7 fix mqttclient sample compilation error of board-TencentOS_tiny_EVB_MX_Plus ... 2020-06-23 08:52:37 +08:00
daishengdong
0a2d5a4e90 support elfloader for shared object and relocatable object
1. elfloader for shared object
example: TencentOS-tiny\examples\elfloader_shared_object
keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_shared_object

2. elfloader for relocatable object:
example: TencentOS-tiny\examples\elfloader_relocatable_object
keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_relocatable_object

3. TODO:
- add icache/dcache flush when module is loaded
- support more relocation type in elfloader_arch_relocate
2020-06-09 19:30:38 +08:00
daishengdong
7f4b0b2582 add fatfs through vfs for EVB plus
1. see board\TencentOS_tiny_EVB_MX_Plus\KEIL\fatfs_through_vfs
2020-06-02 21:31:11 +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
supowang
ac2dc8c5d2 add pm2.5 demo for evbmx+
add pm2.5 demo for evbmx+
2020-05-19 19:37:04 +08:00
daishengdong
08e5f7b3ec remove old tencentcloud_sdk and abandoned EVB boards 2020-05-07 16:22:17 +08:00
daishengdong
7fdfb8f1c5 add qcloud explorer ota sample 2020-05-07 15:09:09 +08:00
daishengdong
3e631cd96a update qcloud sdk
1. iot-hub sdk update to 3.2.0
2. iot-explorer update to 3.1.1
2020-05-07 11:11:04 +08:00
daishengdong
5c21ce702f add IAP sample project, mini program manual
see:
doc/20.In_Application_Programming_based_EVB_MX_Plus.md
2020-04-15 18:11:13 +08:00
daishengdong
8123240a91 add at socket keil project 2020-04-08 11:41:48 +08:00
supowang
a3078ac232 add mqtt client example for evb_mx+
add mqtt client example for evb_mx+
2020-03-27 17:04:33 +08:00
supowang
c0cb4460b7 add modbus demo for MX+
add modbus demo for MX+
2020-03-20 18:39:49 +08:00
daishengdong
40f55ec57b support posix
1. posix pthread.h: pthread, pthread_barrier, pthread_cond, pthread_mutex, , pthread_rwlock, pthread_spin, etc
2. posix semaphore.h: sem_*
3. posix mqueue.h: mq_*
4. posix time.h: timer_*
5. to support posix, add tos_barrier, tos_bitmap, tos_rwlock, tos_stopwatch, change name of k_task_t from a char * pointer to a char array.
6. sample, see examples\posix
7. project, see board\TencentOS_tiny_EVB_MX_Plus\KEIL\posix
2020-02-28 00:11:28 +08:00
supowang
88bfbe999a fix MX and MXplus lora demo
fix MX and MXplus lora demo
2020-01-10 15:50:58 +08:00
daishengdong
72481955e2 a very simple shell framework
simple, clear, easy to DIY
2020-01-08 13:54:56 +08:00
daishengdong
febcf10911 add kv fs component
1. a true wear-leveling kv fs for norflash, especially optimize for some onchip norflash with "write once on one single write unit" like stm32l4, a true "no earse before write" flash algorithm.
2. an "as less as possible" gc strategy, do best to save norflash's life.
3. full "power down protection" support
4. see "examples" of kv, project in "TencentOS_tiny_EVB_MX_Plus", with onchip flash and qspiflash sample.
2019-12-19 16:08:42 +08:00
daishengdong
b2983383bb add nimble mesh example
need meshctl installed on raspberrypi. nimble offical samples have a lot of pit ...
2019-11-28 11:12:16 +08:00
supowang
1fd250764d add nb-iot demo for huawei ocean_connect
add nb-iot demo for huawei ocean_connect
2019-11-15 11:46:59 +08:00
daishengdong
943db74fc7 merge new qcloud sdk
1. qcloud has a great revolution, the protocol has been changed to implement data template, so the old TencentCloud_SDK developed by us will not work fine now(mqtt still works, but data template will not works fine for recently created product/devices).

2. I merge the official qlcoud sdk(include both the iot-hub and iot-explorer sdk) into the componet/conectivity to support new protocol of data template

3. iot-hub sdk, supply the fundamental iot protocol(like mqtt coap, etc.)
iot-explorer sdk, supply the high level service like data template based on mqtt

4. To know how it works, see qcloud_iot_explorer_sdk_data_template、qcloud_iot_hub_sdk_mqtt example(keil project in board\TencentOS_tiny_EVB_MX_Plus\KEIL\qcloud_iot_explorer_sdk_data_template and  board\TencentOS_tiny_EVB_MX_Plus\KEIL\qcloud_iot_hub_sdk_mqtt)
2019-11-14 15:09:00 +08:00
supowang
7a438511ad add gd32F130 & F303 support 2019-10-31 19:59:28 +08:00
dcxajichu
8c24d921b0 support aliyun sdk on TencentOS tiny
sample: examples\aliyun_iotkit_csdk_mqtt
project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
2019-10-31 16:36:28 +08:00
daishengdong
c411ed1eec add a set of dyn(create / destroy) interface
1. tos_ring_q_create_dyn
2. tos_chr_fifo_create_dyn
3. tos_msg_q_create_dyn
4. tos_mail_q_create_dyn
5. tos_bin_heap_create_dyn
6. tos_prio_q_create_dyn
7. tos_prio_msg_q_create_dyn
8. tos_prio_mail_q_create_dyn
2019-10-29 16:57:43 +08:00
supowang
e53c032689 fix board compile for kernel change 2019-10-28 17:25:09 +08:00