1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/esp-eth
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
..
doc.txt cpu/esp32: add support for IP101G Ethernet phy 2020-11-28 10:15:14 +01:00
esp_eth_netdev.c cpu/esp32: add netdev_register for NETDEV_ESP_ETH 2022-08-02 09:34:35 +02:00
esp_eth_netdev.h esp/esp32: changes in esp_eth for ESP-IDF v4.4 2022-06-01 13:21:29 +02:00
esp_eth_params.h cpu/esp*: fix doxygen grouping warnings 2021-09-11 12:45:15 +02:00
Kconfig cpu/esp32: replace HAS_PERIPH_ETH by HAS_ESP_ETH in Kconfig 2022-08-03 09:00:02 +02:00
Makefile cpu: add esp32 2018-10-08 12:20:49 +02:00