From 08d2226043bf537bfbd4a165bd45935d90c444a8 Mon Sep 17 00:00:00 2001 From: JacobCrabill Date: Sat, 23 May 2020 18:32:26 -0700 Subject: [PATCH] CubeOrange: Move console back to CONS (UART7) --- boards/hex/cube-orange/nuttx-config/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/hex/cube-orange/nuttx-config/nsh/defconfig b/boards/hex/cube-orange/nuttx-config/nsh/defconfig index 4b66ee3124..c972805100 100644 --- a/boards/hex/cube-orange/nuttx-config/nsh/defconfig +++ b/boards/hex/cube-orange/nuttx-config/nsh/defconfig @@ -212,6 +212,7 @@ CONFIG_TTY_SIGSTP=y CONFIG_UART7_BAUD=57600 CONFIG_UART7_RXBUFSIZE=600 CONFIG_UART7_TXBUFSIZE=1500 +CONFIG_UART7_SERIAL_CONSOLE=y CONFIG_UART8_BAUD=57600 CONFIG_UART8_RXBUFSIZE=600 CONFIG_UART8_TXBUFSIZE=1500 @@ -224,7 +225,6 @@ CONFIG_USART3_BAUD=57600 CONFIG_USART3_IFLOWCONTROL=y CONFIG_USART3_OFLOWCONTROL=y CONFIG_USART3_RXBUFSIZE=600 -CONFIG_USART3_SERIAL_CONSOLE=y CONFIG_USART3_TXBUFSIZE=3000 CONFIG_USART6_BAUD=57600 CONFIG_USART6_RXBUFSIZE=600