1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
Gunar Schorcht 71c7e9e9f5 cpu/esp32: replace HAS_PERIPH_ETH by HAS_ESP_ETH in Kconfig
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`.
2022-08-03 09:00:02 +02:00
..
2022-07-26 15:08:46 +02:00
2022-07-21 12:29:38 +02:00
2021-12-10 18:54:07 +01:00
2022-07-26 15:08:46 +02:00
2022-06-23 16:12:13 +02:00