Replace stale tutorial reference links

This commit is contained in:
2026-04-28 12:56:05 +02:00
parent fdf9292b8a
commit 91ca63cf73
7 changed files with 7 additions and 12 deletions
@@ -43,6 +43,6 @@ semantics becomes painful. Document behavior precisely.
## References
- OSDev MMIO overview: https://wiki.osdev.org/Memory_Mapped_Registers_in_C/C%2B%2B
- Memory-mapped I/O overview: https://en.wikipedia.org/wiki/Memory-mapped_I/O
- RISC-V privileged spec for access faults later: https://riscv.org/technical/specifications/
- AXI-Lite valid/ready concepts for comparison: https://developer.arm.com/documentation/ihi0022/latest
+1 -2
View File
@@ -45,5 +45,4 @@ and peripheral register file translate those into device behavior.
- Digilent Arty A7 USB-UART notes: https://digilent.com/reference/programmable-logic/arty-a7/reference-manual
- RISC-V platform-level interrupt spec for later context: https://github.com/riscv/riscv-plic-spec
- OSDev MMIO overview: https://wiki.osdev.org/Memory_Mapped_Registers_in_C/C%2B%2B
- Memory-mapped I/O overview: https://en.wikipedia.org/wiki/Memory-mapped_I/O