From 6530bcd8bcff9169f39732ba93a612f9262b809e Mon Sep 17 00:00:00 2001 From: James Munns Date: Thu, 4 Dec 2025 19:13:27 +0100 Subject: Add documentation --- embassy-mcxa/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 repository = "https://github.com/embassy-rs/embassy" keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] categories = ["embedded", "hardware-support", "no-std"] +documentation = "https://docs.embassy.dev/embassy-mcxa" [dependencies] cortex-m = { version = "0.7", features = ["critical-section-single-core"] } -- cgit