aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
commit4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch)
tree64f0b12c8e356d825adbc83bb6153a228cae22e8 /cyw43-pio
parentfd1c1635419f8281edda3892f08a91f0e315667a (diff)
Update manifests to satisfy new checks.
Diffstat (limited to 'cyw43-pio')
-rw-r--r--cyw43-pio/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 40dd02f61..6ab5c453e 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -15,6 +15,9 @@ embassy-rp = { version = "0.8.0", path = "../embassy-rp" }
15fixed = "1.23.1" 15fixed = "1.23.1"
16defmt = { version = "1.0.1", optional = true } 16defmt = { version = "1.0.1", optional = true }
17 17
18[features]
19defmt = ["dep:defmt"]
20
18[package.metadata.embassy] 21[package.metadata.embassy]
19build = [ 22build = [
20 {target = "thumbv6m-none-eabi", features = ["embassy-rp/rp2040"]}, 23 {target = "thumbv6m-none-eabi", features = ["embassy-rp/rp2040"]},