Commit Graph

394 Commits

Author SHA1 Message Date
Supowang1989
c4ab8723d2 update IotHub guide doc
update IotHub guide doc
2020-02-26 21:04:31 +08:00
Arthur
9156c6b8c9 Merge pull request #103 from DavidLin1577/patch-1
Improve readability of codes in farm ai demo
2020-02-25 11:02:14 +08:00
Supowang1989
c6f45a4c2e update modbus project
update modbus project
2020-02-25 10:07:00 +08:00
David Lin
ddb8268cb7 Improve readability of codes in farm ai demo
Adjust the indentation of codes.
2020-02-24 21:46:01 +08:00
Supowang1989
ef82dbfc6d add modbus slave support
add modbus slave support
2020-02-24 21:40:06 +08:00
David Lin
a86a9c18f8 Improve readability of codes in farm ai demo
__APP_DEMO_H__ ->__MQTT_DEMO_H__
2020-02-24 21:24:27 +08:00
David Lin
893d2862cb Improve readability of codes in farm ai demo
__APP_DEMO_H__ ->__MQTT_DEMO_H__
2020-02-24 21:23:22 +08:00
David Lin
dc5fd9a929 Improve readability of codes in farm ai demo
Adjust the indentation of codes.
2020-02-24 21:15:11 +08:00
Supowang1989
79be128f5f update mqttclient doc
update mqttclient doc
2020-02-24 16:01:05 +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
Arthur
7c109831f9 Merge pull request #102 from DavidLin1577/patch-16
Improve readability of code
2020-02-22 16:46:23 +08:00
Arthur
6cec17fc94 Merge pull request #100 from jiejieTop/master
add mqttclient to the component, and add fire stm32f429 board demo.
2020-02-22 16:46:00 +08:00
caijie0513
8170a49366 del some file and fix uncontrollable log level when salof is not used... 2020-02-21 21:21:31 +08:00
caijie0513
f662bdc680 mqttclient uses mbedtls for tos, and updates the example... 2020-02-21 21:03:06 +08:00
caijie0513
324a1c0620 use mbedtls version in tos... 2020-02-21 18:30:23 +08:00
David Lin
4ecbff0845 Improve readability of code
more readable.
2020-02-21 13:13:29 +08:00
David Lin
f1b698bfe7 Improve readability of code
more readability
2020-02-21 13:09:13 +08:00
jiejieTop
8f76e16646 add mqttclient to the component, and add fire stm32f429 board demo. 2020-02-20 00:12:30 +08:00
Arthur
6731d4692d Merge pull request #99 from DavidLin1577/patch-16
Fixed enum error in light_data_template_sample.c
2020-02-18 10:40:16 +08:00
daishengdong
0d6f72a351 fix a bug of header file dependency error
1. in tos_k.h, port_config.h should go ahead of tos_cpu_types.h
2020-02-18 10:38:02 +08:00
David Lin
72042fc89c Fixed enum error in light_data_template_sample.c
LIGHT_SWTICH_STATE_OFF -> LIGHT_SWITCH_STATE_OFF 
LIGHT_SWTICH_STATE_ON  -> LIGHT_SWITCH_STATE_ON  
(when pr, the github note:  We’ve detected the file encoding as GB18030. When you commit changes we will transcode it to UTF-8,
so some other changes cause by github, not me.)
2020-02-17 19:53:41 +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
Arthur
dc2a4c4857 Merge pull request #95 from DavidLin1577/patch-10
Fixed wrong timer in radio
2020-02-16 20:16:19 +08:00
Arthur
7350af78ba Merge pull request #97 from DavidLin1577/patch-12
Fixed typo: 'lenght' in qclould-iot-explorer-sdk
2020-02-16 20:15:22 +08:00
Arthur
53d1feb64b Merge pull request #98 from DavidLin1577/patch-13
Fixed typo: 'lenght' in qclould-iot-hub-sdk
2020-02-16 20:15:03 +08:00
Arthur
005b0be8a4 Merge pull request #96 from DavidLin1577/patch-11
Minor optimisation to the step  f_sync and f_close
2020-02-16 19:48:49 +08:00
David Lin
c02f1d796c Fixed typo: 'lenght' in qclould-iot-hub-sdk
Note that the word 'lenght' is wrong,
so that 'lenght' should been replaced with 'length'.
2020-02-16 17:40:47 +08:00
David Lin
a6c4f0e991 Fixed typo: 'lenght'
Note that the word 'lenght' is wrong,
so that 'lenght' should been replaced with 'length'.
2020-02-16 17:37:20 +08:00
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
David Lin
b63f03632d Fixed wrong timer in radio
Note that this is a tx function named RadioSetTxContinuousWave, 
so the timer 'RxTimeoutTimer' should been replaced with 'TxTimeoutTimer'.
2020-02-16 10:07:11 +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