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:
41
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/menu/Config.coap
vendored
Normal file
41
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/menu/Config.coap
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
config COAP_COMM_ENABLED
|
||||
bool "FEATURE_COAP_COMM_ENABLED"
|
||||
default n
|
||||
select INFRA_COMPAT
|
||||
select COAP_CLIENT
|
||||
|
||||
help
|
||||
Establish non-persistent connection with AliCloud via CoAP-based protocol
|
||||
|
||||
Switching to "y" leads to building CoAP related implementation into SDK and COAP_COMM_ENABLED included into CFLAGS
|
||||
Switching to "n" leads to keeping CoAP-based cloud connection implementations out of SDK
|
||||
|
||||
config COAP_PACKET
|
||||
bool
|
||||
default n
|
||||
|
||||
config COAP_CLIENT
|
||||
bool
|
||||
default n
|
||||
select INFRA_CJSON
|
||||
select INFRA_JSON_PARSER
|
||||
select INFRA_HTTPC
|
||||
select INFRA_SHA256
|
||||
select INFRA_MD5
|
||||
select INFRA_REPORT
|
||||
select INFRA_STRING
|
||||
select HAL_CRYPTO
|
||||
select HAL_UDP
|
||||
select COAP_PACKET
|
||||
|
||||
config COAP_SERVER
|
||||
bool
|
||||
default n
|
||||
select INFRA_MD5
|
||||
select INFRA_STRING
|
||||
select INFRA_JSON_PARSER
|
||||
select INFRA_SHA1
|
||||
select HAL_UDP
|
||||
select HAL_KV
|
||||
select HAL_CRYPTO
|
||||
select COAP_PACKET
|
Reference in New Issue
Block a user