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
@@ -0,0 +1,9 @@
SRC_DIR :=
ifeq ($(CONFIG_USING_CONTROL_PLC_OPCUA), y)
SRC_DIR += opcua
endif
SRC_FILES += interoperability.c
include $(KERNEL_ROOT)/compiler.mk