nucleo-l053r8-benches/.cargo/config.toml

11 lines
264 B
TOML
Executable file

[target.thumbv6m-none-eabi]
runner = 'probe-rs run --chip STM32L053R8'
[alias]
arun = "run --target thumbv6m-none-eabi"
atest = "test --target x86_64-unknown-linux-gnu"
cflash = "flash --chip STM32L053R8"
[env]
DEFMT_LOG = "trace" # sets the log level to trace