espressif / esp-eth-drivers

Collection of additional Ethernet drivers for ESP-IDF
23 stars 16 forks source link

add esp_netif requirement (IDFGH-8224) #4

Closed stkw0 closed 2 years ago

stkw0 commented 2 years ago

Fix error: ~/esp-eth-drivers/ksz8863/include/esp_eth_netif_glue_ksz8863.h:8:10: fatal error: esp_netif.h: No such file or directory

kostaond commented 2 years ago

@stkw0 thank you for your contribution! It seem there are same build errors introduced in v5.0 where compiler is more strict to check datatypes in printfs. I need to resolve them first and then we can move back to this MR. Please stay tuned.