esp-rs/esp-generate repo issues and pull requests
Fix dev-container templating #70 [jazzz]
Problem The dev-container option (set using esp-generate --chip esp32 -o dev-container your-project) does not...
Use stable toolchain for rust-analyzer on xtensa targets #69 [lasernoises]
It seems that rust-analyzer doesn't support custom toolchains, but the documentation suggests adding an override...
Format dependencies #71 [SergioGasquez] skip-changelog
Removed some lines between dependencies and empty space before bleps
Use taplo to format the resulting Cargo.toml #72 [SergioGasquez]
Tested with --chip=esp32s3 test-c6 -o alloc -o ble -o embassy --headless and results in: [package] edition =...
Update to latest esp-hal releases #73 [SergioGasquez] skip-changelog
SergioGasquez: LGTM! Thanks for fixing it!