support aliyun sdk on TencentOS tiny
sample: examples\aliyun_iotkit_csdk_mqtt project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
This commit is contained in:
11
components/connectivity/iotkit-embedded-3.0.1/3rdparty/config.bat
vendored
Normal file
11
components/connectivity/iotkit-embedded-3.0.1/3rdparty/config.bat
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
chcp 437
|
||||
|
||||
set CONFIG_=FEATURE_
|
||||
|
||||
.\tools\prebuilt\windows\kconfig-frontends-3.12.0-windows\kconfig-mconf.exe .\tools\Config.in
|
||||
|
||||
if exist .config (
|
||||
copy /y .config make.settings
|
||||
del /F .config
|
||||
)
|
Reference in New Issue
Block a user