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
1e80d06887
commit
dedf00d0d3
1 changed files with 2 additions and 4 deletions
|
@ -1073,14 +1073,12 @@ Duh we set the wrong UART0 IRQ! Here's the fix...
|
|||
|
||||
https://github.com/lupyuen2/wip-nuttx/commit/122c717447f81c310a4fb082101213ad338dfb0e
|
||||
|
||||
_How did we get IRQ 69 for UART?_
|
||||
|
||||
https://github.com/lupyuen2/wip-nuttx/commit/122c717447f81c310a4fb082101213ad338dfb0e
|
||||
|
||||
```bash
|
||||
CONFIG_16550_UART0_IRQ=69
|
||||
```
|
||||
|
||||
_How did we get IRQ 69 for UART?_
|
||||
|
||||
We saw this in the [SG2000 Reference Manual](https://github.com/sophgo/sophgo-doc/releases)...
|
||||
|
||||
> 3.1 Interrupt Subsystem
|
||||
|
|
Loading…
Reference in a new issue