forked from xuos/xiuos
feat add control_framework, support fins protocol, compile OK
This commit is contained in:
@@ -2,8 +2,28 @@ menuconfig SUPPORT_CONTROL_FRAMEWORK
|
||||
bool "support control framework"
|
||||
default n
|
||||
select TRANSFORM_LAYER_ATTRIUBUTE
|
||||
select BSP_USING_LWIP
|
||||
select BSP_USING_SDIO
|
||||
select MOUNT_SDCARD_FS
|
||||
select LIB_USING_CJSON
|
||||
|
||||
if SUPPORT_CONTROL_FRAMEWORK
|
||||
source "$APP_DIR/Framework/control/ipc_protocol/Kconfig"
|
||||
source "$APP_DIR/Framework/control/plc_protocol/Kconfig"
|
||||
config CONTROL_RECIPE_FILE
|
||||
string "control framework recipe file name"
|
||||
default "test_recipe.json"
|
||||
|
||||
menuconfig CONTROL_IPC_PROTOCOL
|
||||
bool "Using ipc protocol"
|
||||
default n
|
||||
if CONTROL_IPC_PROTOCOL
|
||||
source "$APP_DIR/Framework/control/ipc_protocol/Kconfig"
|
||||
endif
|
||||
|
||||
menuconfig CONTROL_PLC_PROTOCOL
|
||||
bool "Using plc protocol"
|
||||
default n
|
||||
if CONTROL_PLC_PROTOCOL
|
||||
source "$APP_DIR/Framework/control/plc_protocol/Kconfig"
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user