README updated after switch to aarch32 dependency
Some checks failed
ci / Check build (push) Failing after 8s
ci / Check formatting (push) Failing after 8s
ci / Check Documentation Build (push) Failing after 7s
ci / Clippy (push) Failing after 9s
ci / Check build (pull_request) Failing after 9s
ci / Check formatting (pull_request) Failing after 7s
ci / Check Documentation Build (pull_request) Failing after 7s
ci / Clippy (pull_request) Failing after 7s

This commit is contained in:
2025-11-24 13:36:43 +01:00
parent 0aa86cd085
commit fcb171c093

View File

@@ -15,7 +15,7 @@ Some major differences:
- MMU table is specified as Rust code.
- Modification to the stack setup code, because a different linker script is used.
This crate pulls in the [cortex-a-rt](https://github.com/us-irs/cortex-ar/tree/cortex-a-addition/cortex-a-rt)
This crate pulls in the [aarch32-rt](https://github.com/rust-embedded/aarch32/tree/main/aarch32-rt)
crate to provide ARM vectors and the linker script.
## Features