diff options
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 3 |
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" } | |||
| 15 | fixed = "1.23.1" | 15 | fixed = "1.23.1" |
| 16 | defmt = { version = "1.0.1", optional = true } | 16 | defmt = { version = "1.0.1", optional = true } |
| 17 | 17 | ||
| 18 | [features] | ||
| 19 | defmt = ["dep:defmt"] | ||
| 20 | |||
| 18 | [package.metadata.embassy] | 21 | [package.metadata.embassy] |
| 19 | build = [ | 22 | build = [ |
| 20 | {target = "thumbv6m-none-eabi", features = ["embassy-rp/rp2040"]}, | 23 | {target = "thumbv6m-none-eabi", features = ["embassy-rp/rp2040"]}, |
