This commit is contained in:
Lorenzo Good 2026-06-01 18:19:56 -04:00
parent a433b88319
commit 59b3f5dfcc
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
7 changed files with 38 additions and 3 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"