-
-
Notifications
You must be signed in to change notification settings - Fork 698
Update framework-arduinoespressif32 package with hotfixes #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting, fixed directly in the framework package. |
@valeros, a performance degradation was noted in https://community.platformio.org/t/very-bad-performance-if-i-compile-the-example-for-esp32-cam/19730/10?u=maxgerhardt
for which the PR espressif/arduino-esp32#4911 is a fix. So I think a re-release is noted again. But it's also reported that other basic functionality like |
I'm not sure that espressif/arduino-esp32#4911 is the reason for that performance degradation. I've added that changes regarding PSRAM libs in our build script before submitting a PR to the upstream repo. |
Then maybe the user had an older version of the framework-arduinoespressif32 package that caused this, hm. |
@maxgerhardt the new version 1.0.6 will be released soon and will include the fixes. @valeros do I need to let you know? |
@me-no-dev Would be great. |
@valeros 1.0.6 is out :) |
Uh oh!
There was an error while loading. Please reload this page.
After the release of the 1.0.5 Arduino-ESP32 core, a few important bugfixes have been made which also affect their usage in PlatformIO (refer commit history).
board = firebeetle32
results in total compilation failure because of an error in the C++ code regarding duplicate pin definitions. Reported by user here and fixed in espressif/arduino-esp32@6e7cc52c_cpp_properties.json
referencing a non-existing folder,tools/sdk/include/nimbus
, in the Arduino core (See reports). Fixed by my PR 2 days ago in here.Thus I think it makes sense to repackage the Arduino-ESP32 core with these bugfixes -- I'm not sure if the Arduino core will release a 1.0.6 version for that or if they'll take longer.
The text was updated successfully, but these errors were encountered: