chore: adjust config.toml
This commit is contained in:
parent
6132a2ea61
commit
1c4ffa19a6
1 changed files with 1 additions and 11 deletions
|
@ -4,21 +4,11 @@ runner = 'probe-rs run --chip STM32L053R8'
|
|||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[run]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[check]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[clippy]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[test]
|
||||
|
||||
[alias]
|
||||
arun = "run --target thumbv6m-none-eabi"
|
||||
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 thumbv6m-none-eabi"
|
||||
aclippy = "clippy --target thumbv6m-none-eabi"
|
||||
cflash = "flash --chip STM32L053R8"
|
||||
|
|
Loading…
Add table
Reference in a new issue