espidf-arduino-blink example uncompilable because of missing branch
See original GitHub issuePer https://github.com/espressif/arduino-esp32/issues/5007 and https://github.com/espressif/arduino-esp32/issues/4998
The espidf-arduino-blink
is uncompilable because the referenced #idf-release/v4.0
was killed in the repo.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Using specific version of esp-idf and arduino-esp32 causes in ...
Hi, I need to configure my PlatformIO to use the esp-idf version 3.3.5 ... and espidf-arduino-blink example uncompilable because of missing ...
Read more >How to run ESP IDF 4.0? I already have it in my doc/arduino ...
I am so, so stuck with this. The esp32 can do bluetooth scans, however, only past 2018 as this was a later addition...
Read more >PlatformIO - Bountysource
The espidf-arduino-blink is uncompilable because the referenced #idf-release/v4.0 was killed in the repo. https://github.com/platformio/platform-espressif32/ ...
Read more >espressif/arduino-esp32 - Gitter
I am almost done in porting everything. there is an esp32s2 branch here, but because of esptool does not ccompile on s2 and...
Read more >ESP-IDF Versions - ESP32 - Espressif Systems
The ESP-IDF GitHub repository is updated regularly, especially the master branch where new development takes place. For production use, there are also stable ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@apwwn the branch esp32s2 is now integrated in master and so not needed anymore. You can easily define boards yourself. Just place your
boards.json
in folderboards
in root of Platformio project. I have done this for project Tasmota@valeros people are still hitting this issue, see e.g. community topic. Please update the branches / build system of the Arduino+ESP-IDF examples? It’s indeed bad that Arduino-ESP32 deletes branches at any time, so maybe a backup fork would be good 🤔
Edit: Ah I see that the example has switched to
https://github.com/platformio/platform-espressif32/blob/56f9c60081fadd2100330732ee27691981be5bb9/examples/espidf-arduino-blink/platformio.ini#L16-L18
but can we also get support for building the master branch of Arduino-ESP32 with the there-in referenced ESP-IDF version, more dynamically? (E.g., more easily changable ESP-IDF versions by commit-id instead of being able to use only what’s in the package repository – can’t use the esp-idf repo directly because they have no
package.json
)