feat: 移植腾讯云物联网开发平台 C SDK

This commit is contained in:
fancyxu
2022-07-01 11:06:09 +08:00
parent 2be1169b0b
commit 0acc079ed6
195 changed files with 36646 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
source:
auto_generate_source:
# 自动生成代码文件的正则表达式若无统一标识格式可以指定具体目录样例可参考test_source举例
filepath_regex: [
".*/build/.*",
".*/output/.*",
]
third_party_source:
filepath_regex: [
".*/3rd/mbedtls/mbedtls/.*",
]