iysheng
28a3d252b3
fix the bug of tos shell
2022-04-15 15:51:11 +08:00
iysheng
45f6254c74
Fix compile warning 'prio' may be used uninitialized
2022-04-15 11:08:39 +08:00
iysheng
7c1a193e85
Rename time_init, time_update, timer_next_expires_get function with soft_
...
prefix
2022-04-15 11:08:28 +08:00
iysheng
9243fce3c4
Fix the misspelling of the file name
2022-04-15 11:08:16 +08:00
supowang
2d1d20f3ea
delete modbus files
2021-12-01 17:32:05 +08:00
supowang
a47dd871bb
add license
2021-11-16 12:54:21 +08:00
supowang
d4ad8d3978
remove Freemodbus
...
remove Freemodbus
2021-11-16 12:46:10 +08:00
Supowang
2ae5e614fc
Merge pull request #323 from LinwCui/master
...
add STM32CubeMX_pack for TencentOS tiny
2021-11-15 16:04:49 +08:00
LinwCui
fe24bb0fd4
stm32cubemx_pack
2021-11-15 16:01:41 +08:00
LinwCui
67e6b3c064
stm32cubemx_pack
2021-11-15 15:58:23 +08:00
LinwCui
d5446cb563
stm32cubemx_pack
2021-11-15 15:54:57 +08:00
LinwCui
78925ffcbd
stm32cubemx_pack
2021-11-15 15:54:22 +08:00
LinwCui
f850b70789
stm32cubemx_pack
2021-11-15 15:50:46 +08:00
Supowang
aa59be2737
Update Tencent.TencentOS-tiny.pdsc
2021-09-26 10:11:12 +08:00
Supowang
b0a79cbf17
Merge pull request #320 from LinwCui/master
...
update pack and pdsc
2021-09-24 09:38:52 +08:00
LinwCui
dd030a9de9
update pack
2021-09-23 21:11:03 +08:00
LinwCui
8cd5a6ae57
update pdsc
2021-09-23 21:09:47 +08:00
LinwCui
d009de3b95
update pdsc
2021-09-23 21:08:47 +08:00
Supowang
5f373662f1
Merge pull request #319 from Derekduke/master
...
增加nnom ai推理软件包以及示例,并修复L496的hello world示例
2021-09-23 19:55:49 +08:00
supowang
a4003ce6c8
fix doc
2021-09-23 19:43:28 +08:00
supowang
915363e5aa
add doc for pack
...
add doc for pack
2021-09-23 19:41:12 +08:00
supowang
af56baedf5
add TencentOS Tiny mdk pack
...
add TencentOS Tiny mdk pack
2021-09-23 19:23:46 +08:00
dkk0918
ddc8013b7d
add nnom pack example and fix hello example
2021-09-08 23:52:13 +08:00
dkk0918
fa4395d3f8
add nnom pack and example
2021-09-08 23:47:15 +08:00
Supowang
6972bb9c60
Merge pull request #318 from Derekduke/master
...
add tflite example and fix bug
2021-09-08 14:13:25 +08:00
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
Mculover666
91d203796f
Merge pull request #317 from OpenAtomFoundation/revert-316-master
...
Revert "add onnx pack"
2021-09-07 13:00:23 +08:00
Mculover666
9a13cf1860
Revert "add onnx pack"
2021-09-07 12:58:23 +08:00
Mculover666
da4cfd716e
Merge pull request #316 from Derekduke/master
...
add onnx pack
2021-09-07 11:10:35 +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