Skip to content

Allow using a different xtensa toolchain name#303

Merged
MabezDev merged 2 commits intoesp-rs:mainfrom
SergioGasquez:fix/toolchain-name
Feb 11, 2026
Merged

Allow using a different xtensa toolchain name#303
MabezDev merged 2 commits intoesp-rs:mainfrom
SergioGasquez:fix/toolchain-name

Conversation

@SergioGasquez
Copy link
Member

  • Updates the IDE configs to use the proper Xtensa toolchain name
  • Updates the Rust check to use the proper Xtensa toolchain name

@bugadani
Copy link
Contributor

bugadani commented Feb 9, 2026

We also mention a "stable" in template/.github/workflows/rust_ci.yaml, not sure what we should do about that.

@SergioGasquez
Copy link
Member Author

SergioGasquez commented Feb 9, 2026

We also mention a "stable" in template/.github/workflows/rust_ci.yaml, not sure what we should do about that.

Yeah, I saw it but I was not sure what to do with it, IMHO its good enough as it is although we might end up using a different toolchain in CI

Edit: Thinking about it again, I guess we wont use a different toolchain in CI, since we have rust-toolchain.toml it would download and use the rigth one.

Edit 2: What could happen (with Xtensa Rust) is that the version the user has locally installed and latest are not the same and in CI we dont specify the version

Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MabezDev MabezDev added this pull request to the merge queue Feb 11, 2026
Merged via the queue into esp-rs:main with commit 9585e08 Feb 11, 2026
13 checks passed
@SergioGasquez SergioGasquez deleted the fix/toolchain-name branch February 11, 2026 13:40
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.

if toolchain name is not esp the generated project use esp in several locations

3 participants