-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Add support for ESP32 IDF version 5.2 (beta) #2694
Conversation
PR Summary
|
CI failures for Windows (IDF 5.2) are a recurrence of the issues addressed in #2086, #2118. Early builds were failing for other SDK versions too, this was fixed by restricting number of include directories. Builds fail for esp32, esp32c3 and esp32s3 variants, but esp32s2 and esp32c2 both complete without error. It's not down to the architecture then, as one is xtensa the other riscv. |
Fix IDF version detection Fix python detection
4eabbfc
to
b6b5205
Compare
TODO: