Somewhat of a 'misc' component; handles early initialization, checking for first boot and rebooting.
6 lines
96 B
CMake
6 lines
96 B
CMake
idf_component_register(
|
|
SRCS "console.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES console system_utils
|
|
)
|