9 lines
192 B
TOML
Executable file
9 lines
192 B
TOML
Executable file
[build]
|
|
target = "thumbv6m-none-eabi"
|
|
|
|
[target.thumbv6m-none-eabi]
|
|
runner = 'probe-rs run --chip STM32L053R8'
|
|
rustflags = ["-Clink-args=-Tlink.x"]
|
|
|
|
[alias]
|
|
cflash = "flash --chip STM32L053R8"
|