Files
esp-idf/components/esp_eth/hints.yml

58 lines
2.7 KiB
YAML

-
re: "error: implicit declaration of function 'esp_eth_phy_new_{}'"
hint: "The Ethernet {} driver has been moved out of ESP-IDF and is now hosted in the Component Registry. You can add it to your project by running idf.py add-dependency \"espressif/{}\""
variables:
-
re_variables: ['ip101']
hint_variables: ['IP101', 'ip101']
-
re_variables: ['lan87xx']
hint_variables: ['LAN87XX', 'lan87xx']
-
re_variables: ['rtl8201']
hint_variables: ['RTL8201', 'rtl8201']
-
re_variables: ['dp83848']
hint_variables: ['DP83848', 'dp83848']
-
re_variables: ['ksz80xx']
hint_variables: ['KSZ80XX', 'ksz80xx']
-
re_variables: ['dm9051']
hint_variables: ['DM9051', 'dm9051']
-
re_variables: ['ksz8851snl']
hint_variables: ['KSZ8851SNL', 'ksz8851snl']
-
re_variables: ['w5500']
hint_variables: ['W5500', 'w5500']
-
re: "error: macro \"(ETH_\\w+_CONFIG)\" requires 2 arguments, but only 1 given"
hint: "Macro {} now accepts both SPI host and SPI device related configuration. The SPI-Ethernet Module initialization has been simplified to allocate an SPI device internally so the configuration structure requires the related configuration.\nPlease refer to the Networking migration guide, section SPI-Ethernet Module Initialization, for more details."
match_to_output: True
-
re: "error: implicit declaration of function '(esp_eth_detect_phy_addr)'"
hint: "Function {}() has been renamed to esp_eth_phy_802_3_detect_phy_addr().\nPlease refer to the Networking migration guide, section PHY Address Auto-detect, for more details."
match_to_output: True
-
re: "error: too few arguments to function '(esp_eth_mac_\\w+)'"
hint: "Function {}() has been refactored to accept device specific configuration and MAC specific configuration.\nPlease refer to the Ethernet section of Networking migration guide for more details."
match_to_output: True
-
re: "error: implicit declaration of function 'esp_eth_phy_new_{}'"
hint: "Function {}() has been removed, please use {}() instead.\nPlease refer to the Networking migration guide, section PHY Address Auto-detect, for more details."
variables:
-
re_variables: ['ksz8081']
hint_variables: ['esp_eth_phy_new_ksz8081', 'esp_eth_phy_new_ksz80xx']
-
re_variables: ['ksz8041']
hint_variables: ['esp_eth_phy_new_ksz8041', 'esp_eth_phy_new_ksz80xx']
-
re_variables: ['lan8720']
hint_variables: ['esp_eth_phy_new_lan8720', 'esp_eth_phy_new_lan87xx']