From commits-return-8787-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Mon May 4 13:13:40 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4AB03180665 for ; Mon, 4 May 2020 15:13:40 +0200 (CEST) Received: (qmail 93870 invoked by uid 500); 4 May 2020 13:13:39 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 93850 invoked by uid 99); 4 May 2020 13:13:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2020 13:13:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 95B9F8BFAD; Mon, 4 May 2020 13:13:39 +0000 (UTC) Date: Mon, 04 May 2020 13:13:40 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx] 01/04: boards: qemu-i486: Fix CONFIG_16550_UART0_IRQ number to handle console input MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: gnutt@apache.org In-Reply-To: <158859801943.3029.7646493962370469250@gitbox.apache.org> References: <158859801943.3029.7646493962370469250@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: cd8492b6128518ebb3fa0bcec5715c803e1da213 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200504131339.95B9F8BFAD@gitbox.apache.org> 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 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"