aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
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"]},