add drivers and interface and task classes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
|
||||
file(GLOB SRC_FILES "*.c" "*.cpp")
|
||||
file(GLOB SRC_FILES
|
||||
"*.c"
|
||||
"*.cpp"
|
||||
"drivers/*.c"
|
||||
)
|
||||
|
||||
idf_component_register(
|
||||
SRCS ${SRC_FILES}
|
||||
|
||||
Reference in New Issue
Block a user