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"