add new qloud-c-sdk component

This commit is contained in:
mculover666
2022-03-25 10:06:56 +08:00
parent 565cd29e94
commit a3ac2e56d8
166 changed files with 35027 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/.*",
]