esp-rs/esp-generate repo issues and pull requests
Use `~` to specify the esp-hal version #267 [bjoernQ] skip-changelog
Not sure we need a CHANGELOG? Probably not? Closes #257
Add an option for custom toolchain and interactive toolchain selection #268 [playfulFence]
closes #250 I've created a new category for the tui template with a placeholder option, which then will be replaced...
Feature to select toolchain in TUI #250 [ImplFerris]
I have added the custom toolchain name in the PR #249 . This issue tracks adding a prompt in the TUI version to let...
added custom toolchain name argument #249 [ImplFerris]
espup allows to choose custom name for the toolchain other than "esp". It will be nice esp-generate also allow to...
Option to execute tool install commands #262 [MabezDev]
A suggestion from @tom-borcin. We currently print the command the user needs to run to install a required tool, but...
Maybe this is a non-issue but the latest released version of esp-generate targets the latest released version of...
Nightly CIs are failing because the runner is running out of space #259 [SergioGasquez]
See https://github.com/esp-rs/esp-generate/actions/runs/19622659444/job/56185797785
generated project doesn't build, esp32s3 with all features enabled #238 [Kezii]
RFC: One binary vs multiple smaller tools #155 [bjoernQ] RFC
There are ideas to extend the functionality beyond just creating a project, e.g. "edit" the configuration options...
Prepare 1.1.0 release #269 [SergioGasquez]
Full CI check: https://github.com/SergioGasquez/esp-generate/actions/runs/20161243292 c6 and s3 are failing (I think...
Add a prompt to install a missing or outdated tool #270 [playfulFence]
closes #262 In case tool is not installed or its version is lower than a minimal required version, esp-generate will...
Toolchain name not updated in rust-toolchain toml #271 [ImplFerris]
Hi, I tested the toolchain feature in the new version "1.1.0". I observed it is not changing the toolchain name. I...
SergioGasquez: We should filter out the channels that do not meet the msrv
playfulFence: Sergio just confirmed: it works now
SergioGasquez: Thanks for working on this! Just left some comments, maybe we should have a toolchain module as...
SergioGasquez: Suggested change /// This functiomn...
SergioGasquez: Maybe it will be handy to have a get_default_toolchain function, it will also make...
SergioGasquez: Maybe we should link to the book...
SergioGasquez: I would also link to the book here...
SergioGasquez: This function is quite complex, maybe we could add some tests to verify that it works as expected
playfulFence: The function itself honestly just looks complex, in fact it is really, really easy and we do...
playfulFence: @SergioGasquez, I agree with a separate module part, done
MabezDev: Thanks!
bjoernQ: LGTM