Update article

This commit is contained in:
Lee Lup Yuen 2023-11-30 11:56:26 +08:00
parent 660cdea0cb
commit bca5412606
2 changed files with 5 additions and 1 deletions

BIN
images/plic2-irq.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

View file

@ -12,16 +12,20 @@ Use NuttX to explain how we handle Interrupts on a 64-bit RISC-V SoC
![Pine64 Ox64 64-bit RISC-V SBC (Bouffalo Lab BL808)](https://lupyuen.github.io/images/ox64-sd.jpg)
# Platform Level Interrupt Controller
# Platform-Level Interrupt Controller
_What's this PLIC?_
TODO
![BL808 Platform-Level Interrupt Controller](https://lupyuen.github.io/images/plic2-bl808a.jpg)
# UART Interrupt
TODO
![BL808 UART3 Interrupt](https://lupyuen.github.io/images/plic2-irq.jpg)
# Initialise the Interrupts
TODO