aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 94d9ef3eb..74660b1d9 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -38,6 +38,17 @@ heapless = "0.8.0"
38embedded-io-async = { version = "0.6.0", optional = true } 38embedded-io-async = { version = "0.6.0", optional = true }
39bt-hci = { version = "0.4.0", optional = true } 39bt-hci = { version = "0.4.0", optional = true }
40 40
41[package.metadata.embassy]
42build = [
43 {target = "thumbv6m-none-eabi", features = []},
44 {target = "thumbv6m-none-eabi", features = ["log"]},
45 {target = "thumbv6m-none-eabi", features = ["defmt"]},
46 {target = "thumbv6m-none-eabi", features = ["firmware-logs", "log"]},
47 {target = "thumbv6m-none-eabi", features = ["defmt", "firmware-logs"]},
48 {target = "thumbv6m-none-eabi", features = ["bluetooth", "firmware-logs", "log"]},
49 {target = "thumbv6m-none-eabi", features = ["bluetooth", "defmt", "firmware-logs"]},
50]
51
41[package.metadata.embassy_docs] 52[package.metadata.embassy_docs]
42src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" 53src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"
43src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/" 54src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/"