Checkpoint.

This commit is contained in:
Bob McWhirter
2021-05-06 09:20:09 -04:00
parent 386e4bf0de
commit 1eb70a7e5d
4 changed files with 33 additions and 24 deletions

View File

@ -1,5 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip STM32F401CCUx"
#runner = "probe-run --chip STM32F401CCUx"
#runner = "probe-run --chip STM32L4S5VITx"
#runner = "probe-run --chip ${PROBE_RUN_CHIP}"
runner = "probe-run"
rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker
@ -25,4 +28,5 @@ rustflags = [
]
[build]
target = "thumbv7em-none-eabihf"
#target = "thumbv7em-none-eabihf"
target = "thumbv7em-none-eabi"