Jingru
f7b5b43b90
arch: arc fix build error
...
* add and set TOS_CFG_CPU_BYTE_ORDER
* exclude cmsis_os2.c from CMSIS_SRC
Signed-off-by: Jingru <jingru@synopsys.com >
2020-07-13 20:47:34 +08:00
Jingru
d0365112bd
Merge branch 'master' into feature/arc_support
2020-07-13 20:11:52 +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
daishengdong
4eb56ab12a
add iccarm support for cm3
...
1. IAR project, see TencentOS-tiny\board\STM32F103_SIM800A\iar
2020-07-01 20:24:57 +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
758af8ce6a
add mqttclient demo on BearPi_STM32L431RC board
2020-06-23 19:35:22 +08:00
jiejietop
0c956b5b56
fix mqttclient sample compilation error on board-LTE_DTU_EC20_SIM7600CE ...
2020-06-23 15:40:52 +08:00
jiejietop
3fa3cc358c
fix mqttclient sample compilation error on board-EVB_LN882x ...
2020-06-23 15:33:42 +08:00
jiejietop
6b0c56eab7
fix mqttclient sample compilation error of board-TencentOS_tiny_EVB_MX_Plus ...
2020-06-23 08:52:37 +08:00
mculover666
bb0c36e3c1
add pm2d5 to lorawam project
2020-06-19 20:06:38 +08:00
supowang
875a14aaf0
add EVB_LN822x iot exporer demo
...
add EVB_LN822x iot exporer demo
2020-06-19 11:10:17 +08:00
supowang
da4961fd47
add some config for Tencent cloud IoT Explorer
...
add some config for Tencent cloud IoT Explorer
2020-06-18 20:56:39 +08:00
jiejietop
b203904468
update GoKit3_STM32F103C8T6 board mqtt client demo ...
2020-06-18 20:29:01 +08:00
jiejietop
475ce85d6d
update Fire_STM32F429 board mqtt client demo ...
2020-06-18 20:08:14 +08:00
supowang
cbab9a88b9
fix some file location error for evb_lx
...
fix some file location error for evb_lx
2020-06-12 10:50:47 +08:00
Arthur
666a2fc404
Merge pull request #171 from Mculover666/master
...
fix lorawan config bug
2020-06-09 20:32:15 +08:00
mculover666
fe513040ef
fix lorawan config bug
2020-06-09 20:27:58 +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
mculover666
fe6803fa40
add lorawan project
2020-06-08 21:40:22 +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
5861290e43
fix hardfault backtrace support for iccarm
2020-06-03 20:37:10 +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
supowang
595cd6f0d2
fix lorawan class A demo for RHF76_052DM board
...
LoRaMac-node-4.4.4 demo
2020-06-02 16:06:58 +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
f9bd2588a2
Update LoRaMac-node to Version 4.4.4,fix Security breach found by Tencent Blade Team please refer to security advisory - CVE-2020-11068
...
fix Security breach found by Tencent Blade Team please refer to security advisory - CVE-2020-11068
2020-05-29 11:59:05 +08:00
Supowang
58a621a6fe
Update lora_demo.c
2020-05-28 17:34:51 +08:00
Supowang
6687159b16
Update lora_demo.c
2020-05-28 17:33:08 +08:00
supowang
eeb2090d50
add N32G4XM_STB board support
...
add nationz N32G4XM_STB board support
2020-05-22 16:39:39 +08:00
supowang
adaac8789f
add mqtt client support for ec20 LTE DTU
...
add mqtt client support for ec20 LTE DTU
2020-05-22 11:57:26 +08:00
supowang
ac2dc8c5d2
add pm2.5 demo for evbmx+
...
add pm2.5 demo for evbmx+
2020-05-19 19:37:04 +08:00
supowang
db4663d33d
add iot explorer demo for LN882x
...
add iot explorer demo for LN882x
2020-05-19 15:47:33 +08:00
acevest
64a6e372ae
add support for LilyGO T-Display-GD32V board
2020-05-18 02:34:31 +08:00
supowang
d1b6d1f869
fix ci gcc project
...
fix cigcc project
2020-05-13 14:31:09 +08:00
Supowang
d52febc891
Merge pull request #158 from Mculover666/master
...
add udp support of ec20
2020-05-12 16:22:41 +08:00
mculover666
3ba5534224
add udp_through project in bearpi
2020-05-12 16:11:12 +08:00
mculover666
f89c02f1c7
add tcp_through project in bearpi
2020-05-12 15:01:31 +08:00
daishengdong
08e5f7b3ec
remove old tencentcloud_sdk and abandoned EVB boards
2020-05-07 16:22:17 +08:00
Jingru
204d269794
arch: arc: update the ARC port
...
* remove unused codes and definition
Signed-off-by: Jingru <jingru@synopsys.com >
2020-05-07 15:09:42 +08:00
daishengdong
b74cf8d598
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2020-05-07 15:09:14 +08:00
daishengdong
7fdfb8f1c5
add qcloud explorer ota sample
2020-05-07 15:09:09 +08:00
supowang
39173317db
fix l073 lorawankeil project
...
fix l073 lorawankeil project
2020-05-07 12:31:43 +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
Wayne Ren
86375271fc
arch: arc: update the ARC port
...
* bug fix
* remove unused codes and definition
* optimize some codes
Signed-off-by: Wayne Ren <wren@synopsys.com >
2020-05-06 20:23:07 +08:00