9 lines
215 B
CMake
9 lines
215 B
CMake
idf_component_register(SRCS
|
|
cmd_system.c
|
|
cmd_system_common.c
|
|
cmd_custom.c
|
|
INCLUDE_DIRS .
|
|
REQUIRES console spi_flash driver
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c) |