aboutsummaryrefslogtreecommitdiff
path: root/include/arch/timer.h
AgeCommit message (Collapse)Author
2026-01-24improve timer handlingKimplul
+ Previous code assumed a timer would only trigger when requested, but didn't explicitly disable timers during init. Newer versions of qemu (>= 10?) seem to have some kind of timer set, unsure if that's via OpenSBI or what exactly but some slower tests were failing because of it.
2024-07-06prefer __riscv_xlen over riscv64Kimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-05-23start writing documentationKimplul
2022-05-23new include structure, make parse easier for doxyKimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-21start working on timer subsysKimplul