feat(eppp): Add support for transport via Ethernet link

This commit is contained in:
David Cermak
2024-07-25 13:30:55 +02:00
parent 03dd8006b2
commit a21ce883ef
12 changed files with 220 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
CONFIG_IDF_TARGET="esp32"
CONFIG_EPPP_LINK_DEVICE_ETH=y

View File

@@ -0,0 +1,2 @@
CONFIG_IDF_TARGET="esp32p4"
CONFIG_EPPP_LINK_DEVICE_SDIO=y