diff options
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 7f2167f90..a5f84944e 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -9,6 +9,17 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"] | |||
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-rp" | 10 | documentation = "https://docs.embassy.dev/embassy-rp" |
| 11 | 11 | ||
| 12 | [package.metadata.embassy] | ||
| 13 | build = [ | ||
| 14 | {target = "thumbv6m-none-eabi", features = ["defmt", "rp2040", "time-driver"]}, | ||
| 15 | {target = "thumbv6m-none-eabi", features = ["log", "rp2040", "time-driver"]}, | ||
| 16 | {target = "thumbv6m-none-eabi", features = ["intrinsics", "rp2040", "time-driver"]}, | ||
| 17 | {target = "thumbv6m-none-eabi", features = ["qspi-as-gpio", "rp2040", "time-driver"]}, | ||
| 18 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "rp235xa", "time-driver"]}, | ||
| 19 | {target = "thumbv8m.main-none-eabihf", features = ["log", "rp235xa", "time-driver"]}, | ||
| 20 | {target = "thumbv8m.main-none-eabihf", features = ["binary-info", "rp235xa", "time-driver"]}, | ||
| 21 | ] | ||
| 22 | |||
| 12 | [package.metadata.embassy_docs] | 23 | [package.metadata.embassy_docs] |
| 13 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-rp-v$VERSION/embassy-rp/src/" | 24 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-rp-v$VERSION/embassy-rp/src/" |
| 14 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-rp/src/" | 25 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-rp/src/" |
