aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-04 19:13:27 +0100
committerJames Munns <[email protected]>2025-12-04 19:13:27 +0100
commit6530bcd8bcff9169f39732ba93a612f9262b809e (patch)
treeb88250d655ab097511aeddb2705181059fe882df /embassy-mcxa
parent5d12ea7daef3422de26d24f902f2eedb3de2de9b (diff)
Add documentation
Diffstat (limited to 'embassy-mcxa')
-rw-r--r--embassy-mcxa/Cargo.toml1
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
7repository = "https://github.com/embassy-rs/embassy" 7repository = "https://github.com/embassy-rs/embassy"
8keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] 8keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"]
9categories = ["embedded", "hardware-support", "no-std"] 9categories = ["embedded", "hardware-support", "no-std"]
10documentation = "https://docs.embassy.dev/embassy-mcxa"
10 11
11[dependencies] 12[dependencies]
12cortex-m = { version = "0.7", features = ["critical-section-single-core"] } 13cortex-m = { version = "0.7", features = ["critical-section-single-core"] }