diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-15 15:30:14 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:50 +0200 |
| commit | 9f12852c389d65a8b2e252e027f69dfef2383736 (patch) | |
| tree | 8dc1f32170a62d2a82e033f57ccf423b648b93e5 /cyw43/Cargo.toml | |
| parent | 3f21c9022396fb2f77b4521dda67728520b999a9 (diff) | |
Read crate configs from metadata.
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 11 |
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" | |||
| 38 | embedded-io-async = { version = "0.6.0", optional = true } | 38 | embedded-io-async = { version = "0.6.0", optional = true } |
| 39 | bt-hci = { version = "0.4.0", optional = true } | 39 | bt-hci = { version = "0.4.0", optional = true } |
| 40 | 40 | ||
| 41 | [package.metadata.embassy] | ||
| 42 | build = [ | ||
| 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] |
| 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" | 53 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" |
| 43 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/" | 54 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/" |
