mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 15:41:38 +01:00
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)
|