mirror of
https://github.com/espressif/esp-idf
synced 2025-03-19 22:19:14 -04:00
Adding testing facilities for pppos-client including esp-modem component and PPP client in lwip. Testing is provided with PPP server running on rpi.
11 lines
290 B
CMake
11 lines
290 B
CMake
set(srcs "src/esp_modem.c"
|
|
"src/esp_modem_dce_service"
|
|
"src/esp_modem_netif.c"
|
|
"src/esp_modem_compat.c"
|
|
"src/sim800.c"
|
|
"src/bg96.c")
|
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
INCLUDE_DIRS include
|
|
REQUIRES driver)
|