Skip to content

Commit 1da316a

Browse files
committed
Don't build inputmodule-control by default
Won't work because cargo tries to compile it as thumbv6m-none-eabi Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c2cf0d2 commit 1da316a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ rustflags = [
2222
[build]
2323
target = "thumbv6m-none-eabi"
2424

25-
[package.b1display]
26-
target = "thumbv6m-none-eabi"
27-
2825
[env]
2926
DEFMT_LOG = "debug"

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ members = [
1515
# Because that'll lead to all features enabled in `lotus-inputmodules` and it
1616
# doesn't currently support building with all features enabled at the same
1717
# time.
18+
# Can't add `inputmodule-control` because it must be built with the host system
19+
# target. But we set the default target to thumbv6m-none-eabi
1820
default-members = [
1921
"lotus-inputmodules",
20-
"inputmodule-control"
2122
]
2223

2324
#[patch.'https://github.com/rp-rs/rp-hal.git']

0 commit comments

Comments
 (0)