10 lines
263 B
TOML
Executable file
10 lines
263 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
|