diff options
| author | James Munns <[email protected]> | 2025-12-09 00:32:43 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-09 00:32:43 +0100 |
| commit | 8fa5c612bbb553b1bab186e73e51d62c20c079cc (patch) | |
| tree | b2c6402183f4fb55a3103c16383e33518f361290 | |
| parent | 4c3f5c945219280c93f96c4114a912ed1f083e3f (diff) | |
Add MCX-A256 to dev docs
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml index 65328c751..8ed842aec 100644 --- a/embassy-mcxa/Cargo.toml +++ b/embassy-mcxa/Cargo.toml | |||
| @@ -12,7 +12,15 @@ documentation = "https://docs.embassy.dev/embassy-mcxa" | |||
| 12 | [package.metadata.embassy] | 12 | [package.metadata.embassy] |
| 13 | build = [ | 13 | build = [ |
| 14 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "time", "unstable-pac"]}, | 14 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "time", "unstable-pac"]}, |
| 15 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "time", "unstable-pac"]}, | 15 | ] |
| 16 | |||
| 17 | [package.metadata.embassy_docs] | ||
| 18 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-mcxa-v$VERSION/embassy-mcxa/src/" | ||
| 19 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-mcxa/src/" | ||
| 20 | |||
| 21 | features = ["defmt", "time", "unstable-pac"] | ||
| 22 | flavors = [ | ||
| 23 | { name = "mcx-a256", target = "thumbv8m.main-none-eabihf" }, | ||
| 16 | ] | 24 | ] |
| 17 | 25 | ||
| 18 | [dependencies] | 26 | [dependencies] |
