David Lin
|
182763f41b
|
Minor optimization to improve readability of code
__M6312_M6312_H_ ->__M6312_H_
|
2020-03-02 22:19:05 +08:00 |
|
David Lin
|
b88ad7db22
|
Fixed the wrong output info in bc35_28_95_lwm2m.c
BC95_28_95->BC35_28_95
|
2020-03-02 22:08:53 +08:00 |
|
David Lin
|
61000a13be
|
Fixed the wrong output information in bc35_28_95.c
BC95_28_95->BC35_28_95
|
2020-03-02 22:05:15 +08:00 |
|
Arthur
|
e3da94194e
|
Merge pull request #108 from DavidLin1577/patch-1
Fixed a bug when initalize array
|
2020-03-02 17:35:01 +08:00 |
|
Arthur
|
4dbfff0457
|
Merge pull request #109 from DavidLin1577/patch-2
Fixed the return errors of tencentCloud_SDK
|
2020-03-02 17:34:37 +08:00 |
|
Arthur
|
1c131b9f26
|
Merge pull request #110 from DavidLin1577/patch-3
Fixed the wrong return value in HAL_UDP_module.c
|
2020-03-02 17:34:03 +08:00 |
|
Arthur
|
fe2ff19c07
|
Merge pull request #111 from DavidLin1577/patch-4
Fixed wrong output information
|
2020-03-02 17:33:37 +08:00 |
|
Supowang1989
|
e40ef2019e
|
add Gokit3 board support
add Gokit3 board support
|
2020-03-02 09:21:46 +08:00 |
|
David Lin
|
b859935397
|
Fixed wrong output information
|
2020-03-02 08:47:07 +08:00 |
|
David Lin
|
06b7aea567
|
Fixed wrong output information
|
2020-03-02 08:44:29 +08:00 |
|
David Lin
|
d0d01f5ba2
|
Fixed the wrong return value in HAL_UDP_module.c
QCLOUD_ERR_TCP_WRITE_FAIL -> QCLOUD_ERR_UDP_WRITE_FAIL
QCLOUD_ERR_TCP_READ_FAIL -> QCLOUD_ERR_UDP_READ_FAIL
QCLOUD_ERR_TCP_NOTHING_TO_READ -> QCLOUD_ERR_UDP_NOTHING_TO_READ
|
2020-02-29 22:34:17 +08:00 |
|
David Lin
|
f751379338
|
Fixed notes errors
|
2020-02-29 22:24:17 +08:00 |
|
David Lin
|
88d5934e1c
|
Fixed the wrong return value in HAL_UDP_module.c
QCLOUD_ERR_TCP_WRITE_FAIL -> QCLOUD_ERR_UDP_WRITE_FAIL
QCLOUD_ERR_TCP_READ_FAIL -> QCLOUD_ERR_UDP_READ_FAIL
QCLOUD_ERR_TCP_NOTHING_TO_READ -> QCLOUD_ERR_UDP_NOTHING_TO_READ
|
2020-02-29 22:13:23 +08:00 |
|
David Lin
|
6d626a7adc
|
Fixed the wrong return value in osal_udp_module.c
QCLOUD_ERR_TCP_WRITE_FAIL -> QCLOUD_ERR_UDP_WRITE_FAIL
QCLOUD_ERR_TCP_READ_FAIL -> QCLOUD_ERR_UDP_READ_FAIL
QCLOUD_ERR_TCP_NOTHING_TO_READ -> QCLOUD_ERR_UDP_NOTHING_TO_READ
|
2020-02-29 21:48:26 +08:00 |
|
David Lin
|
97d271f62a
|
Fixed the wrong return value in osal_udp_socket.c
QCLOUD_ERR_TCP_READ_FAIL -> QCLOUD_ERR_UDP_READ_FAIL
|
2020-02-29 21:37:07 +08:00 |
|
David Lin
|
aca963ea8c
|
Fixed a bug when initalize array
memset(decrypted_text, 0, sizeof(encrypted_text));
->
memset(decrypted_text, 0, sizeof(decrypted_text));
|
2020-02-29 20:50:32 +08:00 |
|
Arthur
|
01cf148965
|
Merge pull request #106 from DavidLin1577/patch-1
Improve readability of codes in sensor_demo
|
2020-02-29 12:08:07 +08:00 |
|
Arthur
|
e7ef266c31
|
Merge pull request #107 from DavidLin1577/patch-2
Added output information flag in nimble_mesh
|
2020-02-29 12:07:26 +08:00 |
|
David Lin
|
fbff8b8cc8
|
Added output information flag in nimble_mesh
The function gen_delta_set() and gen_delta_set_unack(),
so add flag 'UNACK' to distinguish:
DELTA-SET DELTA-SET
->
DELTA-SET DELTA-SET-UNACK
|
2020-02-28 22:03:00 +08:00 |
|
David Lin
|
ced87ee22b
|
Improve readability of codes in sensor_demo
1.Adjust the indentation of codes in sesor_demo.c
|
2020-02-28 20:57:15 +08:00 |
|
David Lin
|
8ad4dacd14
|
Fixed note error in sensor_demo.h
__APP_DEMO_H__ -> __SENSOR_DEMO_H__
|
2020-02-28 20:52:08 +08:00 |
|
Arthur
|
98b3a564e6
|
Merge pull request #105 from DavidLin1577/patch-1
Fixed typo 'context-swith' in tos_evtdrv_sys.h
|
2020-02-28 10:13:51 +08:00 |
|
David Lin
|
015a5473fe
|
Fixed typo 'context-swith' in tos_evtdrv_sys.h
'context-switch' is right, so we should re-code:
none-context-swith-based -> none-context-switch-based
|
2020-02-28 08:31:57 +08:00 |
|
Arthur
|
f38a7b3f62
|
Merge pull request #104 from DavidLin1577/patch-1
Fixed typo 'swich' in port_s.S
|
2020-02-28 00:13:14 +08:00 |
|
daishengdong
|
40f55ec57b
|
support posix
1. posix pthread.h: pthread, pthread_barrier, pthread_cond, pthread_mutex, , pthread_rwlock, pthread_spin, etc
2. posix semaphore.h: sem_*
3. posix mqueue.h: mq_*
4. posix time.h: timer_*
5. to support posix, add tos_barrier, tos_bitmap, tos_rwlock, tos_stopwatch, change name of k_task_t from a char * pointer to a char array.
6. sample, see examples\posix
7. project, see board\TencentOS_tiny_EVB_MX_Plus\KEIL\posix
|
2020-02-28 00:11:28 +08:00 |
|
David Lin
|
0d82ee9a62
|
Fixed typo 'swich' in cortex-m7/iccarm/port_s.S
typo error: swich -> switch
|
2020-02-26 23:40:35 +08:00 |
|
David Lin
|
33dafb4de7
|
Fixed typo 'swich' in cortex-m7/iccarm/port_s.S
|
2020-02-26 23:38:48 +08:00 |
|
David Lin
|
00d72563a3
|
Fixed typo 'swich' in cortex-m4/iccarm/port_s.S
typo error: swich -> switch
|
2020-02-26 23:17:05 +08:00 |
|
David Lin
|
f0eaa1a648
|
Fixed typo 'swich' in cortex-m7/gcc/port_s.S
typo error: swich -> switch
|
2020-02-26 23:15:41 +08:00 |
|
David Lin
|
7e30b82f1f
|
Fixed typo 'swich' in cortex-m7/armcc/port_s.S
typo error: swich -> switch
|
2020-02-26 23:10:33 +08:00 |
|
David Lin
|
be03f08d34
|
Fixed typo 'swich' in cortex-m4/iccarm/port_s.S
typo error: swich -> switch
|
2020-02-26 23:07:31 +08:00 |
|
David Lin
|
4cccee0f3f
|
Fixed typo 'swich' in cortex-m4/gcc/port_s.S
typo error: swich -> switch
|
2020-02-26 23:05:33 +08:00 |
|
David Lin
|
b1a27ffe92
|
Fixed typo 'swich' in cortex-m4/armcc/port_s.S
typo error: swich -> switch
|
2020-02-26 23:02:01 +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 |
|
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 |
|