You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/07/16 06:27:53 UTC

[incubator-nuttx] branch master updated: boards: hifive1-revb: Increase UART0 RXBUFSIZE from 8 to 16

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 22b8834  boards: hifive1-revb: Increase UART0 RXBUFSIZE from 8 to 16
22b8834 is described below

commit 22b8834735dfe6abd302d3e70986acee18ce67d1
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Thu Jul 16 10:03:17 2020 +0900

    boards: hifive1-revb: Increase UART0 RXBUFSIZE from 8 to 16
    
    NOTE: This change works with pexpect
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig b/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
index c89b818..e0c0c48 100644
--- a/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
+++ b/boards/risc-v/fe310/hifive1-revb/configs/nsh/defconfig
@@ -76,7 +76,7 @@ CONFIG_SYSTEM_NSH=y
 CONFIG_TASK_NAME_SIZE=12
 CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=1536
 CONFIG_TESTING_GETPRIME=y
-CONFIG_UART0_RXBUFSIZE=8
+CONFIG_UART0_RXBUFSIZE=16
 CONFIG_UART0_SERIAL_CONSOLE=y
 CONFIG_UART0_TXBUFSIZE=32
 CONFIG_USERMAIN_STACKSIZE=1536