mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 14:59:37 +02:00
* Add methods to mask and clear interrupts. * Start on GICv3 driver. * Enable and use RTC interrupt. * WFI * Add newtype for interrupt ID. * Add extension to use interrupt. * Add method to send an SGI. * Silence warnings about unused methods in provided drivers. * Implement Debug manually for IntId. It's useful to say what kind of interrupt it is. * Acknowledge and log interrupt. We should end it as well, but doing so results in a loop unless we first clear the match. * cargo fmt with imports_granularity = "module" * Use arm-gic crate rather than including driver in the example.