No9 / f3

cargo generate template for the STM32F3DISCOVERY (the "F3")

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f3

cargo generate template for the STM32F3DISCOVERY (the "F3")

Based of the Rust Embedded Cook Book with library bumps and hardware configuration defined.

STM32F3DISCOVERY board

usage

For configuration and required deps see the book installation chapter

cargo generate https://github.com/No9/f3

cargo build

In a seperate terminal in the root of this project run:

openocd

In the first terminal run

cargo run
(gdb) continue
(gdb) stepi

About

cargo generate template for the STM32F3DISCOVERY (the "F3")

License:MIT License


Languages

Language:Rust 76.0%Language:GDB 24.0%