From dedf00d0d3f70c3267736c83248fcca30912446f Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 8 May 2024 18:20:37 +0800 Subject: [PATCH] Update doc --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8eb36ce..10873f1 100644 --- a/README.md +++ b/README.md @@ -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