update config file
This commit is contained in:
parent
ac015d1473
commit
e8a18548b0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user