Search found 2 matches
- Sun Aug 23, 2020 1:19 pm
- Forum: General Discussion
- Topic: we can use the Arduino libraries as an ESP-IDF component ?
- Replies: 8
- Views: 15672
Re: we can use the Arduino libraries as an ESP-IDF component ?
Hi if you're encountering the "Failed to resolve the component ethernet" line, i may have found an easy fix. Go to the project folder in which you have install the arduino-esp32 git to be used for the idf component, then open the CMakeLists.txt file and scroll down until you come across the line whi...
- Sun Aug 23, 2020 1:15 pm
- Forum: ESP-IDF
- Topic: arduino-esp32 IDF component build failure
- Replies: 9
- Views: 16208
Re: arduino-esp32 IDF component build failure
Hi, i may have found something that may fix this, go to the project file in which you have clone the arduino-esp32 git to be used as idf component. Then open the CMakeLists txt file and scroll down until you come across the line that reads "set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_...