You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/04 13:13:40 UTC

[incubator-nuttx] 01/04: boards: qemu-i486: Fix CONFIG_16550_UART0_IRQ number to handle console input

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit cd8492b6128518ebb3fa0bcec5715c803e1da213
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon May 4 17:17:51 2020 +0900

    boards: qemu-i486: Fix CONFIG_16550_UART0_IRQ number to handle console input
---
 boards/x86/qemu/qemu-i486/configs/nsh/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/x86/qemu/qemu-i486/configs/nsh/defconfig b/boards/x86/qemu/qemu-i486/configs/nsh/defconfig
index b956fde..f8eff99 100644
--- a/boards/x86/qemu/qemu-i486/configs/nsh/defconfig
+++ b/boards/x86/qemu/qemu-i486/configs/nsh/defconfig
@@ -13,7 +13,7 @@ CONFIG_16550_UART0=y
 CONFIG_16550_UART0_BASE=0x3f8
 CONFIG_16550_UART0_BAUD=57600
 CONFIG_16550_UART0_CLOCK=16000000
-CONFIG_16550_UART0_IRQ=4
+CONFIG_16550_UART0_IRQ=36
 CONFIG_16550_UART0_SERIAL_CONSOLE=y
 CONFIG_16550_UART=y
 CONFIG_ARCH="x86"