Skip to content

Commit

Permalink
using arm-gic to programm the ARM Generic Interrupt Controller
Browse files Browse the repository at this point in the history
- add timer support
- using the counter-timer physical count register to determine a timestamp
  • Loading branch information
stlankes committed May 3, 2023
1 parent d23311a commit c7d888b
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 246 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ x86_64 = "0.14"
hermit-dtb = { version = "0.1" }
aarch64 = { version = "0.0.10", default-features = false }
tock-registers = { version = "0.8.x", default-features = false }
arm-gic = { version = "0.1" }

[dev-dependencies]
float-cmp = "0.9"
Expand Down
Loading

0 comments on commit c7d888b

Please sign in to comment.