QingChuanWS
8f1fc613b7
修正了之前的lib生成文档
2020-12-24 10:35:50 +08:00
QingChuanWS
ce5d37a093
add LICENSE
2020-12-24 10:07:08 +08:00
QingChuanWS
78bbdab4ec
lib生成文档结束
2020-12-23 20:10:07 +08:00
QingChuanWS
423e33a375
Update components/ai/tflite_micro/readme.md
2020-12-23 10:42:00 +08:00
QingChuanWS
b3c313e333
修正了缩进和路径等小问题
2020-12-23 10:38:28 +08:00
QingChuanWS
c8eef23602
完成tflite_micro库目录结构,完成496TF移植部分文档
2020-12-23 10:29:25 +08:00
yangqingsheng
753bff22ac
add TFlite_Micro_Demo移植参考指南.md & tflite user guid.md
2020-12-17 21:57:09 +08:00
QingChuanWS
ada3f4fdef
update tflite components
2020-12-10 17:11:03 +08:00
QingChuanWS
d80d0af1a6
tflite micro integrate repo
2020-12-09 15:06:27 +08:00
yangqingsheng
200c0ff460
tflite_micro_person_detection_init
2020-12-08 17:16:20 +08:00
zekwang
a6ff5bb42b
支持BLE设备接入“腾讯连连”小程序
2020-12-01 20:11:07 +08:00
Handlow1
e4cc8e8fe6
fix a bug; nimble eventqueue pool memory overflow
2020-11-21 22:35:24 +08:00
Supowang
7b46cb4ff7
Merge pull request #230 from DavidLin1577/patch-15
...
Update nimble_npl_os.h
2020-10-14 22:09:03 +08:00
David Lin
ffb901b377
Update nimble_port_tencentos_tiny.h
2020-10-13 17:06:16 +08:00
David Lin
1393a091fb
Update nimble_npl_os.h
2020-10-13 17:02:35 +08:00
Supowang
32b8b85edc
Merge pull request #202 from DavidLin1577/patch-1
...
Update wstream.h
2020-07-20 11:46:21 +08:00
David Lin
2533fdd50e
Update osal_os.c
...
strncpy(version, ver, IOTX_FIRMWARE_VER_LEN)
->
strncpy(version, ver, len);
2020-07-17 19:00:41 +08:00
David Lin
eee70eae02
Update wstream.h
2020-07-17 18:44:51 +08:00
huangjimin
25f293d49a
qmk build system
2020-07-14 16:06:01 +08:00
Jimmy
2c7390deb3
qmk build system
2020-07-14 13:48:10 +08:00
David Lin
1160dc263e
Update HAL_UDP_linux.c
...
tcp -> udp
2020-06-29 19:59:41 +08:00
David Lin
7e4241438c
Update HAL_UDP_lwip.c
...
tcp -> udp
2020-06-29 19:59:21 +08:00
David Lin
d56e861801
Update HAL_UDP_win.c
...
tcp -> udp
2020-06-29 19:55:23 +08:00
David Lin
c0eb482c86
Update HAL_UDP_lwip.c
...
tcp -> udp
2020-06-29 19:38:05 +08:00
Supowang
01942d4409
Merge pull request #192 from DavidLin1577/patch-6
...
Update hal_tcp_module.c
2020-06-29 19:03:34 +08:00
daishengdong
69f8accae6
bugfix of ota_patch
2020-06-28 19:23:05 +08:00
David Lin
82288e55f3
Update hal_tcp_module.c
...
Mini optimized
2020-06-28 16:43:26 +08:00
Arthur
a5c7a347fa
Merge pull request #191 from Mculover666/master
...
fix ptbl cmd tools bug in makefile
2020-06-28 15:10:28 +08:00
daishengdong
ae1d8f3b7f
a bugfix when sizeof image is larger than 64k(0xFFFF)
2020-06-28 15:05:03 +08:00
mculover666
022b7f6635
fix diff cmd tools bug in makefile
2020-06-25 15:14:28 +08:00
tluio
0cd72b44f9
patches for uninitialized structs
2020-06-24 19:02:33 +08:00
mculover666
3bf5c3b6ba
fix ota bug
2020-06-24 17:08:29 +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
supowang
875a14aaf0
add EVB_LN822x iot exporer demo
...
add EVB_LN822x iot exporer demo
2020-06-19 11:10:17 +08:00
daishengdong
c90e31d90f
fix return code of tos_kv_has_key when sanity check failed
2020-06-18 21:02:00 +08:00
daishengdong
a561a713e4
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2020-06-18 20:57:46 +08:00
daishengdong
9bedf2ea80
fix a bug of memory leak of kv
...
in tos_kv_has_key, if an item is found, should kv_item_free it later.
2020-06-18 20:57:17 +08:00
jiejietop
d58bd1e84d
mqtt client release v1.1.0 ...
2020-06-18 20:29:43 +08:00
jiejietop
2498bd9666
mqtt client release v1.1.0 ...
2020-06-18 20:07:28 +08:00
jiejietop
cd2368dbeb
mqtt client release v1.1.0 ...
2020-06-18 19:49:31 +08:00
daishengdong
842e8a0458
optimization for elfloader
...
use a rel/rela section's sh_info to resolve which section this rel will be applied to, rather than the section's name
2020-06-10 10:13:42 +08:00
daishengdong
5e16690f7b
support more relocation type in elfloader
...
mostly copied from linux kernel 4.20, Shh...
2020-06-09 20:26:12 +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
Supowang
5ed72770f5
Update RegionCN470.c
2020-06-02 16:10:08 +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
daishengdong
08e5f7b3ec
remove old tencentcloud_sdk and abandoned EVB boards
2020-05-07 16:22:17 +08:00