aboutsummaryrefslogtreecommitdiff
path: root/common/timer.c
AgeCommit message (Collapse)Author
2023-07-31start working on irqsKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-06-12doxygen shows no warningsKimplul
+ Does not mean documentation is done, but it's a nice little achievement nonetheless.
2022-06-12add license textsKimplul
2022-06-09use doxygen todoKimplul
2022-06-09continue documentationKimplul
2022-06-02continue documentationKimplul
2022-05-29continue documentation effortsKimplul
2022-05-24initial musings about execKimplul
2022-05-23start writing documentationKimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-05-21implement timers betterKimplul
2022-05-05riscv64 boots with clang (sort of)Kimplul
2022-04-23ran clang-formatKimplul
2022-04-21use uint64_t for timer ticksKimplul
+ GCC seems to provide this even on 32bit platforms, though I should really check.
2022-04-21start working on timer subsysKimplul