forked from espressif/esp-protocols
4 lines
211 B
CMake
4 lines
211 B
CMake
idf_component_register(SRCS eppp_link.c eppp_sdio_slave.c eppp_sdio_host.c
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES esp_netif esp_driver_spi esp_driver_gpio esp_timer driver)
|