You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.cargo | 8 months ago | |
src | 8 months ago | |
.gitignore | 8 months ago | |
Cargo.toml | 8 months ago | |
README.md | 8 months ago | |
cargo-generate.toml | 8 months ago | |
memory.x | 8 months ago |
README.md
stm32f103-template
Quickly set up a
probe-run
+defmt
+flip-link
embedded project
Dependencies
1. flip-link
:
$ 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
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Original Work
Based on the awsome app-template by knurling-rs.