18 lines
304 B
Markdown
18 lines
304 B
Markdown
# 00 - Setup Live (10 min)
|
|
|
|
## Goal
|
|
|
|
Jede Station kann Rust-Code bauen und eine Bluepill über ST-Link erkennen.
|
|
|
|
## Steps
|
|
|
|
1. install rustup
|
|
2. add target
|
|
3. add probe-rs
|
|
|
|
## Done when
|
|
|
|
1. `rustc`, `cargo`, `probe-rs` verfügbar.
|
|
2. `thumbv7m-none-eabi` installiert.
|
|
3. `probe-rs list` zeigt die Probe.
|