dkk0918
b06e1f1386
add tflite example and fix bug
2021-09-08 14:00:00 +08:00
dkk0918
9d502448e0
add tflite example and fix bug
2021-09-08 13:59:19 +08:00
dkk0918
a776417de4
add tflite example and fix bug
2021-09-08 13:55:09 +08:00
dkk0918
c55e48b61b
add onnx pack
2021-09-07 11:02:26 +08:00
dkk0918
6fb59b9313
add onnx pack
2021-09-06 21:50:44 +08:00
daishengdong
427b13d14a
bugfix for kv workspace locate
...
if only one fresh block left when kv_init, we should not just locate the workspace to this fresh one, otherwise we probably get a KV_ERR_NO_WRITEABLE_BLK in kv_init next time(if we write something to this workspace). We try a gc here to locate workspace to an inuse block rather than the fresh.
2021-09-06 13:06:31 +08:00
Mculover666
c13e3d95e4
Merge pull request #315 from DavidLin1577/master
...
Update tos_fault.c
2021-09-03 14:18:27 +08:00
David Lin
c15fd1f17a
Update tos_fault.c
2021-09-03 12:14:26 +08:00
David Lin
090018470d
Update tos_fault.c
2021-09-03 12:13:36 +08:00
David Lin
ad41df0717
Update tos_fault.c
2021-09-03 12:13:01 +08:00
David Lin
8882ce6d12
Update tos_fault.c
2021-09-03 12:12:11 +08:00
David Lin
fb4674f65e
Update tos_fault.c
2021-09-03 12:11:45 +08:00
David Lin
4d8f7a4e2c
Update tos_fault.c
2021-09-03 12:11:05 +08:00
David Lin
35c97d196c
Update tos_fault.c
2021-09-03 12:10:20 +08:00
Supowang
99302c1512
Update tos_kv.c
2021-08-19 17:47:06 +08:00
Arthur
f73f27f060
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
v2.4.5
2021-08-03 15:26:28 +08:00
Arthur
cb36ebae84
kv gc bugfix
...
if a power down or crash happened during gc process, kv_init will fail with NO_WRITEABLE_BLOK next time.
2021-08-03 12:19:19 +08:00
Mculover666
644e2bf2e9
Merge pull request #314 from Tencent/tos_evb_g0
...
doc: improve documentation of examples/tos_meets_rust
2021-07-27 15:33:22 +08:00
ikey4u
e69a57296c
doc: improve documentation of examples/tos_meets_rust
2021-07-26 21:52:31 +08:00
mculover666
06291f5b6e
fix the obj type bug in kernel
2021-07-21 11:48:24 +08:00
mculover666
fb7715a3c5
fix bug in tos_at_channel_read_timed, update to 2.4.3
2021-07-20 13:02:47 +08:00
vitoswwang
8e9024caca
improve tos_at_channel_read_timed,update to 2.4.2
2021-07-19 13:05:06 +08:00
mculover666
0193dc6142
add sim idle and log for at, update to 2.4.1
2021-07-16 16:14:54 +08:00
Supowang
51b27e3317
Merge pull request #306 from DavidLin1577/master
...
Updated sensor_parser.h
2021-07-06 11:43:58 +08:00
mculover666
3aaafde714
add frame input type of at,update version to 2.4.0
2021-06-24 10:39:54 +08:00
mculover666
a1cdea5741
fix the bug in mqttclient_iot_explorer
2021-06-23 20:19:47 +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
DavidLin1577
8587e4decb
[master]
...
sync
2021-06-06 21:20:24 +08:00
DavidLin1577
4605e895d3
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# board/BearPi_STM32L431RC/BSP/Hardware/E53_ST1/E53_ST1.c
# devices/l610_tencent_firmware/mqtt_iot_explorer_tc_demo.c
2021-06-05 23:57:03 +08:00
Supowang
68167947ca
Update 05.SDK_Manual.md
2021-04-26 10:33:41 +08:00
supowang
89f53ad026
add stm32h750 iot explorer examples
2021-04-25 16:38:56 +08:00
Supowang
7fbfc662e3
Update .travis.yml
2021-04-25 10:39:05 +08:00
Supowang
28bd15c23f
Update .travis.yml
2021-04-25 10:36:15 +08:00
mculover666
9311ef85d3
add support for connect_with_size,update verison to 2.3.1
2021-04-16 16:55:49 +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
8bc0b76112
add new board RA6M4
2021-04-13 11:07:44 +08:00
supowang
4468eb8514
delete some unused code
2021-04-08 16:47:24 +08:00
supowang
0eaa46089a
Update 08.QCloud_IoTHub_Quick_Start.md
2021-04-08 16:44:19 +08:00
Supowang
654b3135e0
Update mqtt_iot_explorer_tc_pm25_oled.c
2021-04-04 20:29:22 +08:00
supowang
14f9024c09
add Renesas RA6M2 support
2021-04-02 15:14:09 +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
Supowang
c68b862080
Merge pull request #299 from Yangyuanxin/master
...
add at device ml302 && ml302 test demo && modify bearpi bsp bug
2021-03-23 15:41:42 +08:00
morixinguan
620bdd623b
add at device ml302 && ml302 test demo && modify bearpi bsp bug
2021-03-23 15:15:12 +08:00
mculover666
04f980f0c3
add bin file download demo through esp8266 module
2021-03-19 17:51:24 +08:00
supowang
e609bb3e69
fix at timer bug when two socket run
2021-03-16 14:19:07 +08:00
supowang
13d5ea043a
add BearPi L5 support
...
add BearPi L5 support
2021-03-15 14:32:11 +08:00
mculover666
0c2af37b96
fix a bug in the kernel obj verify function
2021-03-14 16:40:14 +08:00