TencentOS-tiny/components
LinPeng 45dfc729fc
Update HAL_TCP_module.c
1.in function HAL_TCP_Connect,  '    char port_str[PORT_BUFF_LEN];  memset(port_str, 0, PORT_BUFF_LEN);', we can direct to replace with  'char port_str[PORT_BUFF_LEN] = {0};'
2020-01-20 11:37:45 +08:00
..
connectivity Update HAL_TCP_module.c 2020-01-20 11:37:45 +08:00
encoding/base64 add nimble mesh example 2019-11-28 11:12:16 +08:00
fs add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
gui/LittlevGL/3rdparty update lvgl demo 2019-10-12 16:54:39 +08:00
security/mbedtls add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
shell add cortex-v7a support 2020-01-19 19:06:24 +08:00
utils/JSON add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00