Commit Graph

48 Commits

Author SHA1 Message Date
Supowang1989
fd335a7ac3 add TencentOS tiny EVB_LX quick start guide doc
add TencentOS tiny EVB_LX quick start guide doc
2020-02-12 18:15:51 +08:00
royye62
3a4a3672d4 update mini program doc 2020-02-11 21:28:17 +08:00
royye
7850f8f9e6 add mini program quick start 2020-02-11 21:12:55 +08:00
Supowang1989
686c23ac35 rename doc 2020-02-11 15:37:54 +08:00
Supowang1989
a47dc3b37e rename doc 2020-02-11 15:35:09 +08:00
Supowang1989
12a164b411 rename some doc
rename some doc
2020-02-11 15:31:09 +08:00
Supowang1989
a6f36ad03f Update 15.TencentOS_tiny_EVB_MX+_quick_start.md 2020-02-11 12:06:49 +08:00
Supowang1989
894e21aec5 Update 15.TencentOS_tiny_EVB_MX+_quick_start.md 2020-02-11 12:05:59 +08:00
Supowang1989
bd4532f27b Update 15.TencentOS_tiny_EVB_MX+_quick_start.md 2020-02-11 11:59:19 +08:00
Supowang1989
10082b7b9d fix doc link
fix doc link
2020-02-11 11:53:27 +08:00
Supowang1989
899e958794 add EVB_MX+ quick start doc
add EVB_MX+ quick start doc
2020-02-11 11:26:43 +08:00
twowinter
25042fa8d5 Update doc for LoRaWAN demo 2020-01-17 18:12:28 +08:00
twowinter
2c3b2689c0 Fix link in doc 2020-01-09 17:35:33 +08:00
twowinter
d5b32e003e 增加LoRaWAN入门指南 2020-01-09 17:14:34 +08:00
daishengdong
f55b05429b refresh doc 2020-01-06 10:31:58 +08:00
daishengdong
c9556307df add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
supowang
b2afa0c172 Update TencentOS_tiny_log.png 2019-11-26 19:13:16 +08:00
supowang
bf81b46d9a update TencentOS logo 2019-11-26 19:09:16 +08:00
supowang
db54be55dc update doc 2019-11-21 10:42:32 +08:00
supowang
72869fad1d rename doc and update ReadMe 2019-11-21 10:28:52 +08:00
supowang
24696b57e5 fix doc bug 2019-11-20 19:04:32 +08:00
daishengdong
39911b4ba3 refresh directoy of doc 2019-11-14 20:00:48 +08:00
daishengdong
74572d20fe refresh 开发指南.pdf
add new interface develop guide and sample code
2019-11-14 19:27:36 +08:00
daishengdong
1333e0966b refresh sdk.md
add new interface comment
2019-11-12 21:45:29 +08:00
supowang
1ae9583c62 update porting guide doc 2019-10-28 18:59:28 +08:00
daishengdong
d0b8d0675e add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue
1. remove the old msg queue and queue:
i. msg queue is not a common and reusable/flexible component(need user to config the msg pool size and this componet can only be used by tos_queue)
ii. tos_queue can only deliver the pointer message(cannot do a memory buffer deliver)

2. add ring queue(tos_ring_q) componet
rinq queue can be reused by tos_chr_fifi/tos_msg_q/tos_mail_q as the foundational data container

3. add message queue(tos_msg_q)
a little like the old queue mechanism, supply the capability to deliver a pointer message

4. add mail queue(tos_mail_q)
supply the capability to deliver a memory buffer

5. add binary heap(tos_bin_heap)
the basement componet to implement priority queue

6. add priority queue(tos_prio_q)
can be reused by the priority message/mail queue  as the foundational data container.

7. add priority message queue(tos_prio_msg_q)
a message(pointer) deliver mechanism, supply the capability of delivering the message with priority(message with higher priority comes faster to the pender than with lower)

8. add priority mail queue(tos_prio_mail_q)
a mail(memory buffer) deliver mechanism, supply the capability of delivering the mail with priority(mail with higher priority comes faster to the pender than with lower)
2019-10-28 15:50:46 +08:00
Supowang1989
b4c86e3e9c Update 3.TencentOS tiny快速入门.md 2019-10-25 12:02:33 +08:00
Supowang1989
c918e2157f Update 3.TencentOS tiny快速入门.md 2019-10-25 12:01:25 +08:00
Supowang1989
69208b8071 Update 2.TencentOS tiny购买指南_免费版.md 2019-10-25 12:00:58 +08:00
Supowang1989
7072db750d Update 3.TencentOS tiny快速入门.md 2019-10-25 12:00:38 +08:00
supowang
2ef46f91fa rename TOS_CFG_MMHEAP_DEFAULT_POOL_EN
TOS_CFG_MMHEAP_DEFAULT_POOL_EN: enable the default pool of the heap(if user not set this, a default of 1u is set). if you wanna disable the default pool, you should call tos_mmheap_pool_add to add your own pool of the heap before tos_mmheap_alloc is called.
2019-10-15 14:26:08 +08:00
Supowang1989
acea605e65 Merge pull request #40 from acevest/master
add risc-v debug env doc
2019-10-14 10:18:37 +08:00
acevest
4566aefe14 add risc-v debug env doc 2019-10-13 23:48:38 +08:00
lbcqc
d644291491 Update TencentOS-tiny-porting-gcc.md
“___weak” should be "__weak"
2019-10-13 19:58:27 +08:00
supowang
7d8b61aec2 update readme 2019-10-11 16:58:05 +08:00
supowang
713e3a0888 update readme en 2019-10-11 16:30:30 +08:00
SheldonDai
ca133a077a Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny 2019-09-27 11:30:31 +08:00
SheldonDai
26edb2dfb3 remove robin enable config 2019-09-27 11:30:24 +08:00
Supowang1989
b1436e7431 Merge pull request #14 from acevest/fix_doc
fix doc #13
2019-09-26 10:20:07 +08:00
acevest
e361ccf93b fix doc #13 2019-09-26 09:20:47 +08:00
supowang
c448ac22f6 add qq 2019-09-19 14:39:10 +08:00
supowang
b95368685f add wecat 2019-09-18 12:07:41 +08:00
supowang
58314cf373 fix doc
fix doc
2019-09-17 19:58:33 +08:00
supowang
a30df66d3c Merge branch 'master' of https://github.com/Supowang1989/TencentOS-tiny 2019-09-16 14:15:36 +08:00
supowang
a6293c08ee update img
update img
2019-09-16 14:15:30 +08:00
Supowang1989
3b60b493a9 Update 1.TencentOS tiny产品简介.md 2019-09-16 13:29:07 +08:00
Supowang1989
4a90647e05 Update 1.TencentOS tiny产品简介.md 2019-09-16 13:28:38 +08:00
supowang
edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00