diff --git a/images/plic2-irq.jpg b/images/plic2-irq.jpg new file mode 100644 index 000000000..0da257eb9 Binary files /dev/null and b/images/plic2-irq.jpg differ diff --git a/src/plic2.md b/src/plic2.md index 60e10d6b2..2d1d27c4d 100644 --- a/src/plic2.md +++ b/src/plic2.md @@ -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