From 2b607b8aae8cab98e41159f657ecd2c3bf790592 Mon Sep 17 00:00:00 2001 From: James Munns Date: Thu, 4 Dec 2025 20:00:00 +0100 Subject: Add docs page --- docs/pages/mcxa.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/pages/mcxa.adoc (limited to 'docs') diff --git a/docs/pages/mcxa.adoc b/docs/pages/mcxa.adoc new file mode 100644 index 000000000..e2284f45f --- /dev/null +++ b/docs/pages/mcxa.adoc @@ -0,0 +1,18 @@ += Embassy MCX-A HAL + +The link: link:https://github.com/embassy-rs/embassy/tree/main/embassy-mcxa[Embassy MCX-A HAL] is based on the following PAC (Peripheral Access Crate): + +* link:https://github.com/OpenDevicePartnership/mcxa-pac[mcxa-pac] + +== Peripherals + +The following peripherals have a HAL implementation at present + +* Clocks +* GPIO +* ADC +* CLKOUT +* I2C +* LPUart +* OSTimer +* RTC -- cgit