Initial commit: CCU621_M firmware project with BLE debug link support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
#ifndef _INFRA_CONFIG_H_
|
||||
#define _INFRA_CONFIG_H_
|
||||
|
||||
#define PLATFORM_HAS_MBEDTLS
|
||||
#define PLATFORM_HAS_STDINT
|
||||
//#define PLATFORM_IS_DEBUG //测试平台或接入调试平台时打开
|
||||
//#define ACCESS_PLATFORM //接入调试平台时打开
|
||||
//#define PLATFORM_HAS_DYNMEM
|
||||
#define INFRA_STRING
|
||||
#define INFRA_NET
|
||||
#define INFRA_LIST
|
||||
//#define INFRA_LOG_NETWORK_PAYLOAD
|
||||
#define INFRA_LOG
|
||||
#define INFRA_LOG_ALL_MUTED
|
||||
#define INFRA_LOG_MUTE_FLW
|
||||
#define INFRA_LOG_MUTE_DBG
|
||||
#define INFRA_LOG_MUTE_INF
|
||||
#define INFRA_LOG_MUTE_WRN
|
||||
#define INFRA_LOG_MUTE_ERR
|
||||
#define INFRA_LOG_MUTE_CRT
|
||||
#define INFRA_TIMER
|
||||
#define INFRA_JSON_PARSER
|
||||
#define INFRA_CJSON
|
||||
#define INFRA_MD5
|
||||
#define INFRA_SHA256
|
||||
#define INFRA_REPORT
|
||||
#define INFRA_HTTPC
|
||||
#define INFRA_COMPAT
|
||||
#define DEV_SIGN
|
||||
#define MQTT_COMM_ENABLED
|
||||
#define MQTT_DEFAULT_IMPL
|
||||
#define MQTT_DIRECT
|
||||
#define MQTT_AUTO_SUBSCRIBE
|
||||
#define DYNAMIC_REGISTER
|
||||
#define HTTP_DYNAMIC_REGISTER
|
||||
//#define LOG_REPORT_TO_CLOUD
|
||||
#define DEVICE_MODEL_ENABLED
|
||||
#define HAL_KV
|
||||
//#define SUPPORT_TLS
|
||||
#define OTA_ENABLED
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user