From 22b8834735dfe6abd302d3e70986acee18ce67d1 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Thu, 16 Jul 2020 10:03:17 +0900 Subject: [PATCH] boards: hifive1-revb: Increase UART0 RXBUFSIZE from 8 to 16 NOTE: This change works with pexpect Signed-off-by: Masayuki Ishikawa --- 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 c89b818981..e0c0c48008 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