Commit Graph

80 Commits

Author SHA1 Message Date
mculover666
9de2090de9 add support for multi at device 2022-03-01 15:11:30 +08:00
supowang
eae270b822 delete modbus port file 2021-12-01 17:30:14 +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
DavidLin1577
ec7428acab Updated E53_ST1.c 2021-06-21 16:51:07 +08:00
DavidLin1577
fb664cf995 Update sensor_parser.h 2021-06-21 16:35:20 +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
9d36cbeff9 add support for the version info 2021-04-01 15:53:18 +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
David Lin
882cc7358e Mini optimized the E53_SF1.c 2021-02-09 08:54:21 +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
David Lin
53874f055d Update BH1750.c 2021-01-14 21:02:54 +08:00
David Lin
81d576b988 Update bh1750.h 2021-01-14 21:00:59 +08:00
David Lin
e64ca00e8e Update bh1750.h 2021-01-14 20:59:24 +08:00
David Lin
747ed5f712 Update E53_SF1.c 2021-01-14 20:56:32 +08:00
David Lin
bdc6ea2d7d Update E53_IA1.c 2021-01-14 20:49:19 +08:00
David Lin
bcfe2161fe Update E53_ST1.c 2021-01-14 20:22:03 +08:00
David Lin
2625ee72da Update E53_IA1.h 2021-01-14 19:59:17 +08:00
David Lin
226d142876 Update E53_SF1.h 2021-01-14 19:56:35 +08:00
David Lin
d58cee7f0a Update E53_ST1.h 2021-01-14 19:53:52 +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
Jimmy
09c1fa76b0 improve qmk documentation 2020-08-24 12:33:09 +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
huangjimin
42c4a59a8a qmk build system 2020-07-16 15:30:48 +08:00
huangjimin
d895c15e4f qmk build system 2020-07-15 16:51:41 +08:00
supowang
f31e2d4a6d Update Makefile
fix gcc ci project
2020-07-13 10:30:50 +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
supowang
8c488a8dfb add lora reconnect code for pm2.5 project
add lora reconnect code for pm2.5 project
2020-06-08 16:52:11 +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