stm32f103 template for cargo-generate
Go to file
Sebastian e6d5d84304 Initial commit 2021-11-07 20:17:36 +01:00
.cargo Initial commit 2021-11-07 20:17:36 +01:00
src Initial commit 2021-11-07 20:17:36 +01:00
.gitignore Initial commit 2021-11-07 20:17:36 +01:00
Cargo.toml Initial commit 2021-11-07 20:17:36 +01:00
README.md Initial commit 2021-11-07 20:17:36 +01:00
cargo-generate.toml Initial commit 2021-11-07 20:17:36 +01:00
memory.x Initial commit 2021-11-07 20:17:36 +01:00

README.md

stm32f103-template

Quickly set up a probe-run + defmt + flip-link embedded project

Dependencies

$ cargo install flip-link

2. probe-run:

$ # make sure to install v0.2.0 or later
$ cargo install probe-run

3. cargo-generate:

$ cargo install cargo-generate

Setup

1. Initialize the project template

$ cargo generate \
    --git ssh://git@gitea.zenerdio.de:2202/sebastian/stm32f103-template.git \
    --branch main \
    --name my-app

License

Original Work

Based on the awsome app-template by knurling-rs.