Need to enable the standard serial driver for NSH

This commit is contained in:
Gregory Nutt 2014-10-18 16:15:14 -06:00
parent 7f83a5c6fd
commit 5ffef498c6

View File

@ -20,7 +20,7 @@ CONFIG_WINDOWS_CYGWIN=y
# #
# Build Configuration # Build Configuration
# #
#CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
CONFIG_BUILD_FLAT=y CONFIG_BUILD_FLAT=y
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
@ -360,7 +360,7 @@ CONFIG_DEV_NULL=y
# CONFIG_SENSORS is not set # CONFIG_SENSORS is not set
# CONFIG_SERCOMM_CONSOLE is not set # CONFIG_SERCOMM_CONSOLE is not set
CONFIG_SERIAL=y CONFIG_SERIAL=y
CONFIG_DEV_LOWCONSOLE=y # CONFIG_DEV_LOWCONSOLE is not set
# CONFIG_16550_UART is not set # CONFIG_16550_UART is not set
# CONFIG_ARCH_HAVE_UART is not set # CONFIG_ARCH_HAVE_UART is not set
CONFIG_ARCH_HAVE_UART0=y CONFIG_ARCH_HAVE_UART0=y
@ -388,6 +388,7 @@ CONFIG_ARCH_HAVE_UART0=y
# USART Configuration # USART Configuration
# #
CONFIG_MCU_SERIAL=y CONFIG_MCU_SERIAL=y
CONFIG_STANDARD_SERIAL=y
CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_UART0_SERIAL_CONSOLE=y
# CONFIG_NO_SERIAL_CONSOLE is not set # CONFIG_NO_SERIAL_CONSOLE is not set