feat add control_framework, support fins protocol, add control_io.c and function descriptions

This commit is contained in:
Liu_Weichao
2022-11-22 11:05:57 +08:00
parent 5560fc5318
commit 2a8a11849d
7 changed files with 326 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
SRC_FILES := control.c control_def.c
SRC_FILES := control.c control_def.c control_io.c
include $(KERNEL_ROOT)/compiler.mk