Skip to content

Conversation

@playfulFence
Copy link
Member

@playfulFence playfulFence commented Dec 9, 2025

closes #250

I've created a new category for the tui template with a placeholder option, which then will be replaced by installed toolchains.

Toolchain list in the TUI is auto-populated from installed rustup toolchains that actually support the selected chip target and current MSRV of a template project

The Toolchain: label in the TUI header shows either the user’s chosen toolchain or that template defaults will be used, this is how workflow works too; if user selected different toolchain in the TUI or via --toolchain parameter - selected one will be used, otherwise template defaults from rust-toolchain.yaml

compress-demo.mp4

@playfulFence playfulFence marked this pull request as ready for review December 10, 2025 09:57
@SergioGasquez
Copy link
Member

We should filter out the channels that do not meet the msrv
image

@playfulFence
Copy link
Member Author

Sergio just confirmed: it works now

image

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

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

Thanks for working on this! Just left some comments, maybe we should have a toolchain module as we have quite a lot of logic for it.

@playfulFence
Copy link
Member Author

@SergioGasquez, I agree with a separate module part, done

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!

Copy link
Collaborator

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM

@MabezDev MabezDev added this pull request to the merge queue Dec 11, 2025
Merged via the queue into esp-rs:main with commit 4d76278 Dec 11, 2025
11 checks passed
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.

Feature to select toolchain in TUI

4 participants