-
- Downloads
Merge #741
741: using arm-gic to programm the ARM Generic Interrupt Controller r=stlankes a=stlankes
- add timer support
- using the counter-timer physical count register to determine a timestamp
- using rusty_demo to test the aarch64 port
- solves #738
Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
No related branches found
No related tags found
Showing
- .github/workflows/ci.yml 6 additions, 6 deletions.github/workflows/ci.yml
- Cargo.lock 10 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/arch/aarch64/kernel/interrupts.rs 111 additions, 223 deletionssrc/arch/aarch64/kernel/interrupts.rs
- src/arch/aarch64/kernel/processor.rs 63 additions, 16 deletionssrc/arch/aarch64/kernel/processor.rs
- src/arch/aarch64/kernel/scheduler.rs 0 additions, 6 deletionssrc/arch/aarch64/kernel/scheduler.rs
- src/arch/mod.rs 3 additions, 1 deletionsrc/arch/mod.rs
Loading
Please register or sign in to comment