https://github.com/google/arm-gic
A Rust driver for the Arm Generic Interrupt Controller version 3 or 4 (GICv3 and GICv4).
https://github.com/google/arm-gic
aarch64 arm driver gic interrupt-controller rust rust-lang
Last synced: about 1 year ago
JSON representation
A Rust driver for the Arm Generic Interrupt Controller version 3 or 4 (GICv3 and GICv4).
- Host: GitHub
- URL: https://github.com/google/arm-gic
- Owner: google
- License: other
- Created: 2023-04-12T16:58:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T07:02:28.000Z (about 1 year ago)
- Last Synced: 2025-03-30T16:11:54.496Z (about 1 year ago)
- Topics: aarch64, arm, driver, gic, interrupt-controller, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 117 KB
- Stars: 28
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Arm Generic Interrupt Controller driver
[](https://crates.io/crates/arm-gic)
[](https://docs.rs/arm-gic)
This crate provides Rust drivers for the Arm Generic Interrupt Controller version 2, 3 or 4 (GICv2,
GICv3 and GICv4) on aarch32 and aarch64.
Because of large technical differences between the version 2 and version 3/4 Generic Interrupt
Controllers, they have been separated in different modules. Use the one appropriate for your
hardware. The interfaces are largely compatible. Only differences when dispatching
software-generated interrupts should be considered. Look at the ARM manuals for further details.
This is not an officially supported Google product.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contributing
If you want to contribute to the project, see details of
[how we accept contributions](CONTRIBUTING.md).