question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

espidf-arduino-blink example uncompilable because of missing branch

See original GitHub issue

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Jason2866commented, Apr 26, 2021

@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 folder boards in root of Platformio project. I have done this for project Tasmota

0reactions
maxgerhardtcommented, May 23, 2021

@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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found