16 lines
289 B
TOML
Executable file
16 lines
289 B
TOML
Executable file
[build]
|
|
# target = "thumbv6m-none-eabi"
|
|
|
|
[test]
|
|
target = "x86_64-unknown-linux-gnu"
|
|
|
|
[target.thumbv6m-none-eabi]
|
|
runner = 'probe-rs run --chip STM32L053R8'
|
|
|
|
|
|
[alias]
|
|
target = "thumbv6m-none-eabi"
|
|
cflash = "flash --chip STM32L053R8"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace" # sets the log level to trace
|