| commit | c4d4d4a6227d038f391367aaaf4ece1091e26f6e | [log] [tgz] |
|---|---|---|
| author | Andrew Walbran <qwandor@google.com> | Wed Jul 02 17:56:04 2025 +0100 |
| committer | Andrew Walbran <qwandor@google.com> | Thu Jul 03 11:53:19 2025 +0100 |
| tree | aea393eeff45aa6915e670b5841539e6184dc10a | |
| parent | 38b66d65fa6c5fea8003cadcfe922510ab2bc1c1 [diff] |
Prepare for 0.5.0 release.
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.
Licensed under either of
at your option.
If you want to contribute to the project, see details of how we accept contributions.