From 5bb5c5e5490d31366e41e16d8b5822a62d70254a Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 19 Jan 2024 17:39:17 +0100 Subject: [PATCH] added link to doc on timers interrupts by Daniel Magum' --- FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/INTERRUPTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/INTERRUPTS.md b/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/INTERRUPTS.md index f73d4169..de079d1d 100644 --- a/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/INTERRUPTS.md +++ b/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/INTERRUPTS.md @@ -270,6 +270,9 @@ works as follows: Links: ====== + +- Daniel Magum's [detailed explanations on timers interrupts](https://danielmangum.com/posts/risc-v-bytes-timer-interrupts/) + - @cnlohr's [minirv32](https://github.com/cnlohr/mini-rv32ima) - Stack Overflow questions referenced in minirv32 [here](https://stackoverflow.com/questions/61913210/risc-v-interrupt-handling-flow/61916199#61916199)