diff --git a/.cargo/config.toml b/.cargo/config.toml index e888584..4677dc8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,8 +1,9 @@ [target.thumbv7m-none-eabi] +runner = 'probe-rs run --chip STM32F302R8Tx' # uncomment this to make `cargo run` execute programs on QEMU # runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel" -[target.'cfg(all(target_arch = "arm", target_os = "none"))'] +#[target.'cfg(all(target_arch = "arm", target_os = "none"))'] rustflags = [] [build]