Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 250 Bytes

Create a new firmware

git clone https://github.com/ClubRobotInsat/firmware-template
mv firmware-template firmware-<my-board>
cd firmware-<myboard>
rustup target add thumbv7m-none-eabi
cargo build --release # everything *should* work