diff options
| author | James Munns <[email protected]> | 2025-12-04 20:00:00 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-05 12:58:31 +0100 |
| commit | 2b607b8aae8cab98e41159f657ecd2c3bf790592 (patch) | |
| tree | 3c04f59ead7410ec2b2e0a8afe680e64c0a15474 /docs/pages | |
| parent | 2843faa777066dd30709fd4aee9837aabc49a52c (diff) | |
Add docs page
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/mcxa.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | = Embassy MCX-A HAL | ||
| 2 | |||
| 3 | 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): | ||
| 4 | |||
| 5 | * link:https://github.com/OpenDevicePartnership/mcxa-pac[mcxa-pac] | ||
| 6 | |||
| 7 | == Peripherals | ||
| 8 | |||
| 9 | The following peripherals have a HAL implementation at present | ||
| 10 | |||
| 11 | * Clocks | ||
| 12 | * GPIO | ||
| 13 | * ADC | ||
| 14 | * CLKOUT | ||
| 15 | * I2C | ||
| 16 | * LPUart | ||
| 17 | * OSTimer | ||
| 18 | * RTC | ||
