Skip to content

Commit f91bb93

Browse files
committed
build: misc fixes
1 parent 2c93074 commit f91bb93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ xr = "bench --profile release --target thumbv7em-none-eabihf"
2929

3030
r = "run --release --target thumbv7em-none-eabihf"
3131
b = "build --release --target thumbv7em-none-eabihf"
32-
ba = "b --all"
32+
ba = "b --all-targets"
3333
t = "test --target thumbv7em-none-eabihf -- --test"
3434
tr = "test --target thumbv7em-none-eabihf --release -- --test"
3535
d = "run --profile dev --target thumbv7em-none-eabihf -- --debug"

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ members = [
33
".",
44
"xtask",
55
]
6+
default-members = ["."]
67

78
[package]
89
name = "utp-tm4c"

0 commit comments

Comments
 (0)