13 lines
205 B
CMake
13 lines
205 B
CMake
idf_component_register(
|
|
SRCS
|
|
"Console.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
REQUIRES
|
|
"SystemK"
|
|
"System_Events"
|
|
"console"
|
|
"log"
|
|
"nvs_flash"
|
|
"vfs"
|
|
)
|