stm32f103-template/README.md

993 B

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.