esp-rs/esp-generate repo issues and pull requests
Version check needs to be more robust #151 [bjoernQ]
From...
Fix parsing espflash version #152 [bugadani]
Fixes #151
Print selected options #154 [bugadani]
Sometimes it's nice to be able to copy-paste most of the command, to either double-check selected options, or to...
Have a `esp-config` binary #149 [bjoernQ]
Closes #12 This adds a second binary esp-config which can be used to configure options managed by...
"no external crate `defmt`" on cleanly generated template #153 [VorpalBlade]
I get the following build error: error[E0432]: unresolved import `defmt` -->...
Make sure we reference the right versions of crates, Rust and tools (besides Cargo.toml) #89 [bjoernQ]
We have a couple of places where we reference versions MSRV in the (not merged yet) tools version check That hint...
RFC: One binary vs multiple smaller tools #155 [bjoernQ]
There are ideas to extend the functionality beyond just creating a project, e.g. "edit" the configuration options...
bugadani: Oh this is lovely, it crashes because espflash prints things other than the version: espflash...