An open API service indexing awesome lists of open source software.

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

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