support OPCUA and LWIP

This commit is contained in:
wlyu
2021-12-20 15:52:05 +08:00
parent cb8c68659c
commit c20c9c20d2
62 changed files with 117090 additions and 298 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
menuconfig SUPPORT_CONTROL_FRAMEWORK
bool "support control framework"
default n
select TRANSFORM_LAYER_ATTRIUBUTE
select TRANSFORM_LAYER_ATTRIUBUTE
if SUPPORT_CONTROL_FRAMEWORK
source "$APP_DIR/Framework/control/plc/interoperability/Kconfig"
endif