aboutsummaryrefslogtreecommitdiff
path: root/kernel/trap.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable the timer from the SBI interfaceMiquel Sabaté Solà2024-11-221-0/+125
A basic interrupt handler has been implemented which tracks the seconds that have been elapsing along the way. Depending on the value of these seconds, then a task has to be called. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>