My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/hardware/devices/euro-yesman-1u/euro-yesman/.cargo/config

8 lines
223 B

[target.thumbv7m-none-eabi]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -tui -q -x openocd.gdb"
rustflags = [ "-C", "link-arg=-Tlink.x" ]
[build]
target = "thumbv7m-none-eabi"