Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andre-richter/cortex-a
Low level access to Cortex-A processors
https://github.com/andre-richter/cortex-a
aarch64 arm arm64 cortex-a embedded no-std rust
Last synced: 3 months ago
JSON representation
Low level access to Cortex-A processors
- Host: GitHub
- URL: https://github.com/andre-richter/cortex-a
- Owner: rust-embedded
- License: apache-2.0
- Archived: true
- Created: 2018-04-10T21:19:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T19:52:31.000Z (almost 2 years ago)
- Last Synced: 2024-06-12T08:28:13.698Z (5 months ago)
- Topics: aarch64, arm, arm64, cortex-a, embedded, no-std, rust
- Language: Rust
- Homepage:
- Size: 250 KB
- Stars: 120
- Watchers: 14
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- rust-embedded - `cortex-a` - level access to Cortex-A processors (early state) - [![crates.io](https://img.shields.io/crates/v/cortex-a.svg)](https://crates.io/crates/cortex-a) (Architecture support crates / ARM)
- awesome-embedded-rust - `cortex-a` - level access to Cortex-A processors (early state) - [![crates.io](https://img.shields.io/crates/v/cortex-a.svg)](https://crates.io/crates/cortex-a) (Architecture support crates / ARM)
README
# Deprecation Notice
This crate has been renamed to `aarch64-cpu`. Please find it at
- https://github.com/rust-embedded/aarch64-cpu
- https://crates.io/crates/aarch64-cpuVersion `8.1.1` will be the last version of this crate and has been added to get this message out.
To keep the version history sane, the first version of `aarch64-cpu` starts at `9.0.0`.Thanks!