lbernstone / arduino-esp32-solo

Compiled libraries for ESP32-SOLO
58 stars 19 forks source link

Arduino core for the ESP32 - 2.0.x #10

Closed bfaliszek closed 2 years ago

bfaliszek commented 2 years ago

new version of Arduino core for the ESP32 has been released - 2.0.0 - https://github.com/espressif/arduino-esp32/releases/tag/2.0.0

bfaliszek commented 2 years ago

And 2.0.1 RC1

bfaliszek commented 2 years ago

it would be more convenient to create a tutorial on how to generate the necessary files by yourself

JoJ123 commented 2 years ago

@bfaliszek Did you found already a solution?

bfaliszek commented 2 years ago

not yet. For now, I'm back to Arduino core 1.0.6

bfaliszek commented 2 years ago

2.0.1 - Arduino core for the ESP32 https://github.com/espressif/arduino-esp32/releases/tag/2.0.1

sixtyfive commented 2 years ago

Perhaps even more convenient would be to get support for the single-core chips into the core :-)

bfaliszek commented 2 years ago

Officially, support for ESP32-SOLO-1 has been added to the roadmap for version 2.2.0 - https://github.com/espressif/arduino-esp32/milestone/4

ChuckMash commented 2 years ago

Anyone have a workaround yet?

lbernstone commented 2 years ago

I have posted libraries for 2.0.2, but don't have a solo around to test it on. If I get confirmation that the examples all build (especially bluetoothserial), then I'll make a release. You can build the libraries for yourself using lib-builder. The only thing that needs to be changed in sdkconfig is CONFIG_FREERTOS_UNICORE=y

lbernstone commented 2 years ago

Pretty sure this is working now, so I will close the issue.