David Lin
32a8a39943
Minor optimisation to the step f_sync and f_close
...
Moved the code 'f_sync(&file);' ahead of 'f_close(&file);'.
2020-02-16 11:08:32 +08:00
daishengdong
3ddeb9c5cd
support task self delete for STM8, add a sample of shell for STM8
...
1. sample project, see TencentOS-tiny\board\STM8L052R8T6\IAR\shell
2. ATTENTION: read TencentOS-tiny\board\STM8L052R8T6\IAR\shell\README.md first
2020-02-15 23:22:38 +08:00
Arthur
7a0966a2cc
Merge pull request #94 from supperthomas/master
...
ADD PROJECT
2020-02-15 20:51:28 +08:00
Arthur
6eb2d9fc12
Merge pull request #92 from DavidLin1577/patch-8
...
Fixed wrong output info in udp_through_module
2020-02-15 20:46:06 +08:00
Arthur
1c5ced4fd3
Merge pull request #91 from DavidLin1577/patch-7
...
Minor optimisation to the tcp_server code
2020-02-15 20:45:45 +08:00
Arthur
c97c01ab86
Merge pull request #90 from DavidLin1577/patch-6
...
Minor optimisation to the tcp_client code
2020-02-15 20:45:22 +08:00
supperthomas
a0e0c58abc
Merge branch 'master' of https://github.com/supperthomas/TencentOS-tiny
2020-02-15 19:47:35 +08:00
supperthomas
2028b11216
add aliyun
...
add aliyun project
2020-02-15 19:46:31 +08:00
supperthomas
1013339624
add aliyun
...
add aliyun project
2020-02-15 18:37:12 +08:00
supperthomas
bffd1bd400
Revert "SDK: ADD the aliyunos project"
...
This reverts commit 07faecde78
.
2020-02-15 18:34:01 +08:00
supperthomas
b6083151e7
Merge branch 'master' of https://github.com/supperthomas/TencentOS-tiny
2020-02-15 18:33:43 +08:00
supperthomas
07faecde78
SDK: ADD the aliyunos project
2020-02-15 17:35:20 +08:00
daishengdong
d8ca59bf65
remove dead code
2020-02-15 16:45:07 +08:00
daishengdong
405e5d970a
support stm8
...
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world
2. compile/debug/run with IAR for STM8
2020-02-15 16:39:00 +08:00
David Lin
5a49fa8f93
fixed wrong output info in udp_through_module
...
Note that this is an udp module,
so the output information which contained 'TCP' should be replaced with 'UDP'.
2020-02-14 22:49:17 +08:00
David Lin
25ad91e04f
Minor optimisation to the tcp_server code
...
This is minor optimisation to the tcp_server code:
Note that two lines, one is 'recv(%d) msg from client', the other is 'send mes error',
the second 'mes' should be 'msg', for short. The code is more readable.
2020-02-14 22:23:26 +08:00
David Lin
a36cec2ff1
Minor optimisation to the tcp_client code
...
This is minor optimisation to the tcp_client code:
Note that two lines, one is 'send mes error', the other is 'recv msg from server',
the first 'mes' should be 'msg', for short. The code is more readable.
2020-02-14 22:14:48 +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
Arthur
2538dab1e6
Merge pull request #89 from DavidLin1577/patch-5
...
fixed errors of output information in bc26_init()
2020-02-12 11:00:42 +08:00
royye62
932ae34952
mini program: remove secret key
2020-02-11 22:36:08 +08:00
royye62
b237852902
update mini program doc
2020-02-11 22:12:02 +08:00
David Lin
aace41fad5
fixed error of output information in bc26_init()
...
There are some error of output information in function bc26_init().
2020-02-11 21:53:06 +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
5bd4ce70b0
fix doc link
2020-02-11 15:59:47 +08:00
Supowang1989
dabdc4c584
Delete QCloud_IoT_AT_ESP8266_v1.1.0_20190726_RC.zip
2020-02-11 15:53:00 +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
daishengdong
e4bbdbf9ab
support dynamic task create in cmsis
...
1. enable TOS_CFG_TASK_DYNAMIC_CREATE_EN
2. use osThreadDynamicDef to define a dynamic created cmsis task
3. use osThreadCreate/osThreadTerminate to create/destroy this cmsis task
4. see sample hello_world
2020-02-11 11:10:48 +08:00
daishengdong
f9ebd98b82
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2020-02-10 13:50:11 +08:00
daishengdong
25caf36aa3
Update tencent_firmware_mqtt.c
2020-02-10 13:50:04 +08:00
thomas_li
97cb277bd8
SDK: add project of mqtt
2020-02-10 10:30:57 +08:00
Arthur
d2adb26914
Merge pull request #88 from niannianyouyu/master
...
Add a BSP of NUCLEO_STM32F446RE
2020-02-10 10:25:33 +08:00
niannianyouyu
52183c0b31
ADD NUCLEO_STM32F446RE BSP
2020-02-09 21:55:54 +08:00
niannianyouyu
d2f38a016e
Add NUCLEO_STM32F446RE BSP
2020-02-09 21:55:31 +08:00
Arthur
0825859a0c
Merge pull request #86 from DavidLin1577/patch-4
...
优化HAL_UDP_Connect函数
2020-02-06 14:12:32 +08:00
Arthur
598bf13e6c
Merge pull request #87 from blackwhite084/patch-1
...
Update data_template_event.c
2020-02-06 14:12:01 +08:00
blackwhite084
87298ea3e3
Update data_template_event.c
...
修复提交单事件时拼接的json多出一个“{”符号
2020-01-27 14:43:28 +08:00
LinPeng
e5a78b5e64
优化HAL_UDP_Connect函数
...
1.直接在初始化阶段清零char port_str[PORT_BUFF_LEN] = {0};,删除紧接着的memset操作
2.调整代码缩进对齐
2020-01-21 14:12:46 +08:00
Arthur
ace83f22c0
Merge pull request #85 from DavidLin1577/patch-3
...
[bug] fixed in sim7600ce.c
2020-01-20 16:30:16 +08:00
LinPeng
f29745bac9
[bug] fixed in sim7600ce.c
...
1. if (rssi == 99 || ber != 99) {
return -1;
}
this is a bug, as datasheet show, value 99 means 'not known or not detectable', so it should been fixed as below:
if (rssi == 99 || ber == 99) {
return -1;
}
2020-01-20 15:35:49 +08:00
Arthur
0eb8c18660
Merge pull request #83 from DavidLin1577/patch-2
...
Update qcloud_network.c
2020-01-20 13:58:36 +08:00