diff options
Diffstat (limited to 'embassy-mcxa/README.md')
| -rw-r--r-- | embassy-mcxa/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-mcxa/README.md b/embassy-mcxa/README.md new file mode 100644 index 000000000..6e7d61c0e --- /dev/null +++ b/embassy-mcxa/README.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Embassy MCXA256 HAL | ||
| 2 | |||
| 3 | [](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/check.yml) | ||
| 4 | [](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/nostd.yml) | ||
| 5 | [](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/rolling.yml) | ||
| 6 | |||
| 7 | A Hardware Abstraction Layer (HAL) for the NXP MCXA256 microcontroller | ||
| 8 | using the Embassy async framework. This HAL provides safe, idiomatic | ||
| 9 | Rust interfaces for GPIO, UART, and OSTIMER peripherals. | ||
| 10 | |||
| 11 | ## License | ||
| 12 | |||
| 13 | This project is licensed under MIT OR Apache-2.0. | ||
