Skip to content

Releases: esp-rs/esp-generate

v0.2.2

16 Jan 14:55
ae7909e
Compare
Choose a tag to compare

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

26 Nov 13:09
4c1f792
Compare
Choose a tag to compare

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

22 Nov 09:52
0d89ed2
Compare
Choose a tag to compare

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

v0.1.0

07 Nov 13:23
37581cf
Compare
Choose a tag to compare

Initial release