mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
11 lines
270 B
CMake
11 lines
270 B
CMake
idf_component_register(SRCS "essl.c"
|
|
"essl_sdio.c"
|
|
"essl_spi.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES "sdmmc"
|
|
"driver"
|
|
PRIV_INCLUDE_DIRS "."
|
|
"include/esp_serial_slave_link"
|
|
)
|
|
|