aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/README.md
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-04 19:50:28 +0100
committerJames Munns <[email protected]>2025-12-04 19:50:28 +0100
commit2843faa777066dd30709fd4aee9837aabc49a52c (patch)
tree2207a3f4b0d9b84c34a885dc2b5a9c253d942972 /embassy-mcxa/README.md
parenta08fc1a78065fe42a5eb9a82d1c277b277a57556 (diff)
Remove more ODP files
Diffstat (limited to 'embassy-mcxa/README.md')
-rw-r--r--embassy-mcxa/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/embassy-mcxa/README.md b/embassy-mcxa/README.md
index 6e7d61c0e..079eeb487 100644
--- a/embassy-mcxa/README.md
+++ b/embassy-mcxa/README.md
@@ -1,13 +1,5 @@
1# Embassy MCXA256 HAL 1# Embassy MCXA256 HAL
2 2
3[![check](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/check.yml/badge.svg)](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/check.yml)
4[![no-std](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/nostd.yml/badge.svg)](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/nostd.yml)
5[![rolling](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/rolling.yml/badge.svg)](https://github.com/OpenDevicePartnership/embassy-mcxa/actions/workflows/rolling.yml)
6
7A Hardware Abstraction Layer (HAL) for the NXP MCXA256 microcontroller 3A Hardware Abstraction Layer (HAL) for the NXP MCXA256 microcontroller
8using the Embassy async framework. This HAL provides safe, idiomatic 4using the Embassy async framework. This HAL provides safe, idiomatic
9Rust interfaces for GPIO, UART, and OSTIMER peripherals. 5Rust interfaces for GPIO, UART, and OSTIMER peripherals.
10
11## License
12
13This project is licensed under MIT OR Apache-2.0.