From e8a18548b0ee5c20fe2fbc6e0efcd127dc665530 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 12 Jul 2024 10:51:30 +0200 Subject: [PATCH] update config file --- .cargo/def-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cargo/def-config.toml b/.cargo/def-config.toml index 0445fd4..22e52d8 100644 --- a/.cargo/def-config.toml +++ b/.cargo/def-config.toml @@ -35,6 +35,8 @@ target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) [alias] rb = "run --bin" rrb = "run --release --bin" +ut = "test --target=x86_64-unknown-linux-gnu" +genbin = "objcopy --release -- -O binary app.bin" [env] DEFMT_LOG = "info"