13 lines
389 B
TOML
Executable file
13 lines
389 B
TOML
Executable file
[build]
|
|
target = "x86_64-unknown-linux-gnu"
|
|
|
|
[alias]
|
|
abuild = "build --target thumbv6m-none-eabi"
|
|
atest = "test --target x86_64-unknown-linux-gnu"
|
|
abench = "bench --target x86_64-unknown-linux-gnu"
|
|
acheck = "check --target x86_64-unknown-linux-gnu"
|
|
aclippy = "clippy --target thumbv6m-none-eabi"
|
|
cflash = "flash --chip STM32L053R8"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace" # sets the log level to trace
|