11 lines
163 B
CMake
Executable File
11 lines
163 B
CMake
Executable File
set(srcs
|
|
"src/spi_bus_manager.c"
|
|
)
|
|
|
|
idf_component_register(
|
|
SRCS ${srcs}
|
|
INCLUDE_DIRS include
|
|
PRIV_REQUIRES driver esp_timer
|
|
REQUIRES config
|
|
)
|