Commit Graph

62 Commits

Author SHA1 Message Date
daishengdong
2e8c8c19e6 fix some calloc bug
1. some calloc fix
2. fix some document error
3. refactor kv API, to be compatible with ota API
2020-04-24 11:58:42 +08:00
daishengdong
a31257a538 fix sample code 2020-04-16 15:53:02 +08:00
daishengdong
c603a605fe refresh sdk manual and development manul
1. add barrier/bitmap/stopwatch/rwlock API to sdk manual
2. add barrier develop sample to develop manual
2020-04-16 15:50:00 +08:00
daishengdong
788c2389b7 Update 20.In_Application_Programming_based_EVB_MX_Plus.md 2020-04-15 18:20:49 +08:00
daishengdong
5c21ce702f add IAP sample project, mini program manual
see:
doc/20.In_Application_Programming_based_EVB_MX_Plus.md
2020-04-15 18:11:13 +08:00
Supowang1989
3087482e54 add TencentOS tiny Simulator project
add TencentOS tiny Simulator project
2020-03-06 13:46:35 +08:00
Supowang1989
7bfc998494 Update 08.QCloud_IoTHub_Quick_Start.md 2020-02-26 21:10:25 +08:00
Supowang1989
f5baab90f0 Update 08.QCloud_IoTHub_Quick_Start.md 2020-02-26 21:09:01 +08:00
Supowang1989
c4ab8723d2 update IotHub guide doc
update IotHub guide doc
2020-02-26 21:04:31 +08:00
royye62
03230be179 mini program: quick start doc add image 2020-02-23 19:46:11 +08:00
royye62
8ef2592aae mini program: update doc 2020-02-23 19:34:58 +08:00
daishengdong
5868b6bdb6 fix an error of qcloud sdk demo in quick start
1. use TencentOS-tiny\board\TencentOS_tiny_EVB_MX_plus\KEIL\qcloud_iot_explorer_sdk_data_template   instead of TencentOS-tiny\board\TencentOS_tiny_EVB_MX\KEIL\ tencent_cloud_sdk_data_template
2020-02-16 20:52:57 +08:00
Supowang1989
59e403891a Update 18.TencentOS_tiny_EVB_LX_RISC-V_Quick_Start.md 2020-02-12 18:22:25 +08:00
Supowang1989
73099d5d51 Update 18.TencentOS_tiny_EVB_LX_RISC-V_Quick_Start.md 2020-02-12 18:18:53 +08:00
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