Commit Graph

735 Commits

Author SHA1 Message Date
acevest
019b69f592 add reset nrf24l01 registers 2020-04-21 14:34:21 +08:00
acevest
522ebe4f9b support nrf24l01 rx 2020-04-21 14:34:21 +08:00
Arthur
c027c4b6b4 Merge pull request #144 from DavidLin1577/patch-1
Minor optimizes such as mqtt_wrapper.h and so on
2020-04-20 10:35:42 +08:00
Arthur
3b042f1d49 Merge pull request #146 from tluio/sys_arch-patch-1
Fix possible use of uninitialized variables in sys_arch.c
2020-04-20 10:34:53 +08:00
tluio
d6e2830f62 Fix possible use of uninitialized variables in sys_arch.c 2020-04-19 18:05:10 +08:00
David Lin
490c5eb336 Update sim7600ce.c 2020-04-18 21:55:02 +08:00
David Lin
08272201c7 Update qcloud.h 2020-04-18 20:35:10 +08:00
David Lin
b8d1539df9 Update mqtt_wrapper.h
para -> opt
2020-04-18 20:27:25 +08:00
Arthur
0aabf39f9a Merge pull request #143 from DavidLin1577/patch-9
Update tencent_cloud_sdk_coap.c
2020-04-18 09:55:58 +08:00
Arthur
0befce6782 Merge pull request #142 from DavidLin1577/patch-8
Update bc35_28_95_lwm2m.c
2020-04-18 09:55:30 +08:00
Arthur
8c93e8f941 Merge pull request #141 from DavidLin1577/patch-6
Update tos_ffconf.h
2020-04-18 09:55:00 +08:00
Arthur
29911c483a Merge pull request #140 from DavidLin1577/patch-5
Update lora_demo.h
2020-04-18 09:54:12 +08:00
Arthur
0e25478953 Merge pull request #139 from DavidLin1577/patch-4
Update fatfs_drv.c
2020-04-18 09:53:45 +08:00
David Lin
010f129608 Update qcloud_iot_hub_sdk_coap.c 2020-04-17 22:15:54 +08:00
David Lin
559a85329e Update tencent_cloud_sdk_coap.c
coap is not mqtt,so
mqtt -> coap
2020-04-17 22:13:20 +08:00
David Lin
9309ff5d77 Update bc35_28_95_lwm2m.c 2020-04-17 21:36:49 +08:00
David Lin
e807d7bd11 Update fatfs_drv.h
_TOS_FATFS_DRV_H_ -> _FATFS_DRV_H_
2020-04-17 18:20:35 +08:00
David Lin
febf1613c1 Update tos_ffconf.h 2020-04-17 18:11:29 +08:00
David Lin
c955a833ec Update e53_ia1_e2e_demo.h 2020-04-17 17:48:12 +08:00
David Lin
c51a9b32aa Update lora_demo.h
__APP_DEMO_H__ -> __LORA_DEMO_H__
2020-04-17 17:42:53 +08:00
supowang
3fd1d77373 add mqttclient examples for EVB_LN882x
add mqttclient examples for EVB_LN882x
2020-04-17 15:49:17 +08:00
David Lin
feeb55dced Update fatfs_drv.c 2020-04-17 15:48:01 +08:00
David Lin
2254327f47 Update fatfs_drv.c
增加异常处理,防止错误cmd值导致返回RES_OK
2020-04-17 12:36:30 +08:00
Arthur
e2d16ddce9 Merge pull request #138 from DavidLin1577/patch-3
Update README.md
2020-04-17 11:59:47 +08:00
David Lin
a430718e4f Update README.md 2020-04-17 11:53:58 +08:00
Arthur
8c84a1e7a7 Merge pull request #137 from tluio/m5310a-patch-1
Fix possible use of uninitialized variables in m5310a.c
2020-04-17 10:28:18 +08:00
tluio
059faa0438 Fix possible use of uninitialized variables in m5310a.c 2020-04-16 18:49:07 +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
royye62
3500ccd27c miniprogram: add iap mp for ble OTA 2020-04-14 16:50:37 +08:00
Arthur
e5c71448c7 Merge pull request #136 from DavidLin1577/patch-7
Update HAL_Device_tencentos_tiny.c
2020-04-14 16:15:27 +08:00
David Lin
7c0af9e2d4 Update HAL_Device_tencentos_tiny.c
HAL_GetDevInfo  ->  HAL_GetGwDevInfo
2020-04-13 11:25:33 +08:00
Supowang1989
cdff2bd2e9 Merge pull request #135 from DavidLin1577/patch-6
Fixed some stackover flow bugs in  tcp_client.c/tcp_server.c
2020-04-13 10:19:42 +08:00
Supowang1989
4beb1b019f Merge pull request #134 from DavidLin1577/patch-5
Fixed  param[in] infomation in lora_module_wrapper.h
2020-04-13 10:18:14 +08:00
Supowang1989
9bfa0347d5 Merge pull request #133 from DavidLin1577/patch-4
Update tos_at.h
2020-04-13 10:16:45 +08:00
Supowang1989
7328f33030 Merge pull request #132 from DavidLin1577/patch-3
Update lora_demo.h
2020-04-13 10:16:21 +08:00
Supowang1989
68180dc57d Merge pull request #131 from jdi058/master
Add tcp client/server echo example. @EVB_LN882x
2020-04-13 10:16:01 +08:00
David Lin
23313e8567 Update tcp_server.c
Fixed a stackover flow bug.
2020-04-12 11:12:24 +08:00
David Lin
8832a6477f Update tcp_client.c 2020-04-12 10:57:12 +08:00
David Lin
bdb1c540e4 Update lora_module_wrapper.h
Note error: this param[in]  is 'recv_callback':
mcps_indication -> recv_callback
2020-04-12 10:05:02 +08:00
David Lin
479f2a4ad1 Update tos_at.h
__AT_AGENT_H_ -> _TOS_AT_H_
2020-04-12 09:51:48 +08:00
David Lin
3b85266611 Update lora_demo.h
__APP_DEMO_H__ -> __APP_DEMO_H__
2020-04-12 09:03:00 +08:00
royye62
3e757c1688 mini program: add qcloud_device_linkage_demo 2020-04-12 03:24:18 +08:00
wuliang
895b8de45c Add tcp client/server echo example. @EVB_LN882x 2020-04-10 22:16:46 +08:00
Arthur
ccde26c1e9 Merge pull request #130 from jdi058/master
add wifi(ln882x) project.
2020-04-10 10:42:20 +08:00
wuliang
c6894019ec add wifi project.(board/EVB_LN882x, example/wifi_ln882x, platform/vendor_bsp) 2020-04-09 21:44:09 +08:00
daishengdong
8123240a91 add at socket keil project 2020-04-08 11:41:48 +08:00
daishengdong
032af66467 add socket wrapper for at framework
you can use at framework to send/recv data in socket API
example: see examples\tcp_through_module_based_at_socket
project: see board\TencentOS_tiny_EVB_MX_Plus\KEIL\tcp_through_module_based_at_socket
2020-04-07 16:39:13 +08:00