update config file

This commit is contained in:
Robin Müller 2024-07-12 10:51:30 +02:00
parent ac015d1473
commit e8a18548b0
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -35,6 +35,8 @@ target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
[alias] [alias]
rb = "run --bin" rb = "run --bin"
rrb = "run --release --bin" rrb = "run --release --bin"
ut = "test --target=x86_64-unknown-linux-gnu"
genbin = "objcopy --release -- -O binary app.bin"
[env] [env]
DEFMT_LOG = "info" DEFMT_LOG = "info"