Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

描述:修复交叉编译时,samples 不能被编译通过的问题。 #33

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0584302
1. 增加设备动态注册功能。
May 15, 2019
452a91b
1. 修改各Sample设备信息获取方式为设备信息HAL层接口实现。
May 15, 2019
6de2b00
1. 基于影子增加数据模板功能。
May 16, 2019
f6cb325
修改readme,增加文档目录docs及物联网开发平台.md
May 16, 2019
6d26cef
调整文档目录
May 17, 2019
2536d89
update readme
May 30, 2019
a4a6a7e
1. MQTT增加subscribe的event handler,及时通知subscribe状态,可解决log及sys主题在destroy…
spikelin Jun 10, 2019
75b9f02
v3.0.1发布
spikelin Jun 11, 2019
76fe477
1. 数据模板字符串类型支持json类型。
Jul 17, 2019
f757f37
update SDK version
Jul 17, 2019
50e1926
优化数据模板相关示例
Jul 18, 2019
ef3263b
1. OTA支持断点续传。
Aug 9, 2019
7b9c241
Corrected the typo in the template
twowinter Aug 23, 2019
13cc46c
1. 修正http接收的超时判断。
Aug 26, 2019
758c48e
delete all old SDK files
Sep 19, 2019
4f3306c
v3.1.0 C-SDK refactor
Sep 19, 2019
e517183
update document and delete garbled
Sep 24, 2019
d62a536
v3.1.1
Oct 10, 2019
79a95e2
1. 修复OTA内存泄漏
Nov 11, 2019
8ae3ff8
v3.1.2
Nov 11, 2019
213b1a9
fix Windows time format error
Nov 11, 2019
f4553ad
update document about topic forward
spikelin Nov 25, 2019
c1f61a6
fix: 消除编译警告
caodj Nov 29, 2019
e2ef5e0
统一代码缩进风格
spikelin Mar 5, 2020
af362aa
C-SDK v3.1.3
spikelin Mar 5, 2020
60a1419
fix some potential bugs
spikelin Mar 6, 2020
dd9fb78
fix coap running bug
Apr 7, 2020
2ed2231
Merge pull request #25 from caodj/master
spikelin Apr 27, 2020
af25f2e
Merge pull request #23 from twowinter/master
spikelin Apr 27, 2020
33118e9
v3.2.0
Apr 30, 2020
f800546
1. fix bugs of OTA reload and HTTP download
Jun 23, 2020
e398ffa
C-SDK v3.2.1
Aug 4, 2020
7ffb37c
fix Windows build error
Aug 4, 2020
0d2c305
fix build error of AT socket
Oct 13, 2020
5381d0e
v3.2.2
Oct 14, 2020
2616003
v3.2.3
spikelin Nov 3, 2020
74d3502
描述:修复交叉编译时,samples 不能被编译通过的问题。
Nov 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/exports/qcloud_iot_export_dynreg.h
Original file line number Diff line number Diff line change
@@ -37,4 +37,4 @@ int IOT_DynReg_Device(DeviceInfo *pDevInfo);
}
#endif

#endif //QLCOUD_IOT_EXPORT_DYNREG_H_
#endif //QLCOUD_IOT_EXPORT_DYNREG_H_
4 changes: 2 additions & 2 deletions include/exports/qcloud_iot_export_log.h
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ void IOT_Log_Set_Level(LOG_LEVEL level);
*
* @return
*/
LOG_LEVEL IOT_Log_Get_Level();
LOG_LEVEL IOT_Log_Get_Level(void);

/**
* @brief Set the global log level of upload
@@ -105,7 +105,7 @@ void IOT_Log_Set_Upload_Level(LOG_LEVEL level);
*
* @return
*/
LOG_LEVEL IOT_Log_Get_Upload_Level();
LOG_LEVEL IOT_Log_Get_Upload_Level(void);


/**
2 changes: 1 addition & 1 deletion include/exports/qcloud_iot_export_system.h
Original file line number Diff line number Diff line change
@@ -35,4 +35,4 @@ int IOT_Get_SysTime(void* pClient, long* time);
}
#endif

#endif /* QCLOUD_IOT_EXPORT_COAP_H_ */
#endif /* QCLOUD_IOT_EXPORT_COAP_H_ */