-
-
Notifications
You must be signed in to change notification settings - Fork 653
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
Support for ESP-IDF 4.4.0 #711
Conversation
It seems espressif did not uploaded the S3 toolchains to the Platformio registry |
https://registry.platformio.org/tools/espressif/toolchain-xtensa-esp32s3/versions They are listed here? |
okay than is something wrong with your PR. CI does fail regarding S3 toolchains |
I see no build-tools for an ESP32s3 listed. ESP32s2 has its own https://registry.platformio.org/tools/platformio/toolchain-xtensa32s2/versions But I'm working on a ESP32C3 platform. which works fine using this PR. |
Dont know the issue for S3. I do not need the S3... My build does work without the S3 for ESP32 and ESP32-C3 and all CI examples are compiling successfull. Since you added S3 it should work (imho) when you add to a PR. For me the reason not to open a PR, since i can not provide a fully working setup for all supported mcu |
I never added or claimed to add the S3 processor. I simply combined some commits from the other pull request to support ESP-IDF V4.4 and rebased them onto the current develop. |
And it is not working. Somewhere is a bug. The CI examples have to compile. |
Added S3 and it does compile https://github.com/Jason2866/platform-espressif32/runs/4967725588?check_suite_focus=true |
This seems like a slightly broken duplicate of issue #716? |
Espressif has released a stable version of V4.4
https://github.com/espressif/esp-idf/releases/tag/v4.4
"Forked" from this pull-request: #693
I've rebased it onto the current develop and fix the latest toolchain references.
All credits for the work go to @X-Ryl669 and @jonathandreyer !
Can be tested using the following config:
It still needs a updated idf framework package reference to the PlatformIO repository.
https://registry.platformio.org/tools/platformio/framework-espidf/versions