chore: adjust config.toml

This commit is contained in:
cscherr 2025-07-16 12:14:59 +02:00
parent 6132a2ea61
commit 1c4ffa19a6
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -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"