Releases: esp-rs/esp-generate
Releases · esp-rs/esp-generate
v0.2.2
Added
- The resulting
Cargo.toml
is now formatted with Taplo (#72)
Changed
- Update the resulting binary name (#62)
- Include the version of
esp-generate
in the generated code (#67)
- Use
rustc-link-arg
instead of rustc-link-arg-bin
(#67)
Fixed
- Verify the required options are provided (#65)
- Use
stable
toolchain for Rust Analyzer on Xtensa targets (#69)
- Added missing template substitution in
devcontainer.json
(#70)
v0.2.1
Changed
- Allow selecting WiFi and BLE at the same time (#60)
Fixed
- Don't deselect just selected option (#58)
- Added missing init code in non-async template (#57)
v0.2.0
Added
- Added editor selection. Currently, only helix and VS Code
- Before quitting the TUI, it asks for user confirmation
- Show a hint where to find examples
Changed
- Remember position when entering a sub-menu to restore state on exit.
- Update dependencies to latest esp-hal releases.
- Use
systimer
instead of timg
in embassy templates for all targets but ESP32