Skip to content
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-C6 #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HenningHolmDE
Copy link

This adds support for ESP32-C6 by bumping the ESP-IDF version to v5.1 and providing the required MCU environment variable.
Also, this fixes the compilation on Rust 1.74 by bumping the ESP-IDF Rust dependencies (fixes #3).

Unfortunately, I can only test this on ESP32-C3 and ESP32-C6 hardware, but at least building for the Xtensa targets still works on my machine.

This is required for successful compilation on Rust 1.74, as `Atomic*64`
types are no longer available on `riscv32*-esp-espidf` targets and were
used in `esp-idf-hal` before version 0.42.4.
This updates ESP-IDF to v5.1 providing support for ESP32-C6.
Additionally, it is necessary to specify the target MCU type as the
build script defaults to ESP32-H2 otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation Fails
1 participant