aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"] }