diff options
| -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 | ||
