Flashing & Blinky

This commit is contained in:
Lorenzo Good 2026-06-01 18:19:56 -04:00
parent a433b88319
commit 5ef16da100
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
7 changed files with 40 additions and 4 deletions

View file

@ -3,3 +3,6 @@ target = "thumbv7m-none-eabi"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x debug/openocd.gdb"