From 303326bb52284d8a30e61836f7f95190fa816054 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 19 Feb 2021 14:54:59 -0300 Subject: [PATCH] risc-v/esp32c3: Enable stdio buffering for esp32c3-devkit NSH configuration --- boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig index e7383be6ff..be8df59990 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig @@ -54,7 +54,6 @@ CONFIG_SCHED_WAITPID=y CONFIG_START_DAY=29 CONFIG_START_MONTH=11 CONFIG_START_YEAR=2019 -CONFIG_STDIO_DISABLE_BUFFERING=y CONFIG_SYSTEM_NSH=y CONFIG_TASK_NAME_SIZE=12 CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=1536