mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-12 20:58:29 +08:00
Update doc
This commit is contained in:
parent
f8462f5e1b
commit
f73867301a
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ Based on the SG2000 Device Tree: [cv181x_milkv_duos_sd.dts](cv181x_milkv_duos_sd
|
|||
};
|
||||
```
|
||||
|
||||
We see that PLIC is at 70000000, CLINT at 74000000. Let's implement this in NuttX...
|
||||
We see that PLIC is at 0x7000_0000, CLINT at 0x7400_0000. Let's implement this in NuttX...
|
||||
|
||||
TODO: Fix the PLIC Interrupt Controller in NuttX
|
||||
|
||||
|
|
Loading…
Reference in a new issue