https://github.com/berkus/mcu-rust-vscode-template
VSCode project template for MCU programming in Rust
https://github.com/berkus/mcu-rust-vscode-template
cargo-generate
Last synced: 19 days ago
JSON representation
VSCode project template for MCU programming in Rust
- Host: GitHub
- URL: https://github.com/berkus/mcu-rust-vscode-template
- Owner: berkus
- License: other
- Created: 2023-12-28T16:37:46.000Z (over 2 years ago)
- Default Branch: wip
- Last Pushed: 2023-12-28T23:19:29.000Z (over 2 years ago)
- Last Synced: 2026-03-31T23:35:03.439Z (2 months ago)
- Topics: cargo-generate
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rust MCU project template
Generate a VSCode project for working with MCUs in Rust
* Adds recommended VSCode extensions to install
* Adds build and debug steps
* Supports probe-rs debugging
* Adds minimal set of necessary dependencies
Run the following to create new project:
* Run `cargo install cargo-generate` once to install cargo-generate
* Run `cargo generate gh:berkus/mcu-rust-vscode-template` to create new project from template