We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c93074 commit f91bb93Copy full SHA for f91bb93
.cargo/config
@@ -29,7 +29,7 @@ xr = "bench --profile release --target thumbv7em-none-eabihf"
29
30
r = "run --release --target thumbv7em-none-eabihf"
31
b = "build --release --target thumbv7em-none-eabihf"
32
-ba = "b --all"
+ba = "b --all-targets"
33
t = "test --target thumbv7em-none-eabihf -- --test"
34
tr = "test --target thumbv7em-none-eabihf --release -- --test"
35
d = "run --profile dev --target thumbv7em-none-eabihf -- --debug"
Cargo.toml
@@ -3,6 +3,7 @@ members = [
3
".",
4
"xtask",
5
]
6
+default-members = ["."]
7
8
[package]
9
name = "utp-tm4c"
0 commit comments