diff options
| author | James Munns <[email protected]> | 2025-12-04 19:13:27 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 19:13:27 +0100 |
| commit | 6530bcd8bcff9169f39732ba93a612f9262b809e (patch) | |
| tree | b88250d655ab097511aeddb2705181059fe882df | |
| parent | 5d12ea7daef3422de26d24f902f2eedb3de2de9b (diff) | |
Add documentation
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml index b4979daba..5ff6d313c 100644 --- a/embassy-mcxa/Cargo.toml +++ b/embassy-mcxa/Cargo.toml | |||
| @@ -7,6 +7,7 @@ description = "Embassy Hardware Abstraction Layer (HAL) for NXP MCXA series of M | |||
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
| 8 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] | 8 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] |
| 9 | categories = ["embedded", "hardware-support", "no-std"] | 9 | categories = ["embedded", "hardware-support", "no-std"] |
| 10 | documentation = "https://docs.embassy.dev/embassy-mcxa" | ||
| 10 | 11 | ||
| 11 | [dependencies] | 12 | [dependencies] |
| 12 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 13 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
