https://github.com/taurr/embedded-template-rs
`cargo-generate` templates for embedded Rust.
https://github.com/taurr/embedded-template-rs
cargo-generate embedded rust template
Last synced: about 1 year ago
JSON representation
`cargo-generate` templates for embedded Rust.
- Host: GitHub
- URL: https://github.com/taurr/embedded-template-rs
- Owner: taurr
- License: apache-2.0
- Created: 2021-08-09T10:14:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T11:08:53.000Z (over 4 years ago)
- Last Synced: 2025-01-31T15:37:20.183Z (over 1 year ago)
- Topics: cargo-generate, embedded, rust, template
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# embedded-template-rs
This is a repository with templates for embedded projects in [Rust]. Each template is placed in its own subfolder, intended to be used with [cargo-generate].
> **NOTE:** *These templates need [cargo-generate] version 0.10.1 or newer.
## Templates
#### [application](./application/README.md).
Template for a comlete embedded application with test setup, flashing, debugging, [defmt] logging and [vscode] integration.
This template utilizes [probe-rs] and [cargo-embed] for flashing, running and testing.
[Rust]: https://www.rust-lang.org
[cargo-generate]: https://github.com/cargo-generate/cargo-generate
[defmt]: https://ferrous-systems.com/blog/defmt/
[vscode]: https://code.visualstudio.com
[probe-rs]: https://github.com/probe-rs/probe-rs
[cargo-embed]: https://github.com/probe-rs/cargo-embed