mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
71c7e9e9f5
In fact the ESP32 has no peripheral driver for the ETH interface. Instead, the `esp_eth` netdev driver directly uses the ESP-IDF Ethernet API. This caused compilation problems with Kconfig. Therefore the required feature `periph_eth` is replaced by the feature `esp_eth`. |
||
---|---|---|
.. | ||
doc.txt | ||
esp_eth_netdev.c | ||
esp_eth_netdev.h | ||
esp_eth_params.h | ||
Kconfig | ||
Makefile |