feat add modbus uart protocol for control framework, compile OK

This commit is contained in:
Liu_Weichao
2023-01-04 17:14:01 +08:00
parent 6010fe5654
commit e4742a480c
17 changed files with 730 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
config CONTROL_PROTOCOL_FINS
bool "Using fins control protocol"
default n
select BSP_USING_LWIP
if CONTROL_PROTOCOL_FINS
source "$APP_DIR/Framework/control/plc_protocol/fins/Kconfig"
endif