drivers/serial: Remove the lowconsole driver

Replace with the syslog console driver which has more capability than lowconsole
This commit is contained in:
Xiang Xiao
2020-02-18 09:55:04 +08:00
committed by Gregory Nutt
parent ad97c044a7
commit f982ee43db
78 changed files with 60 additions and 387 deletions
@@ -13,7 +13,7 @@ CONFIG_ARCH_CHIP_Z16F2811=y
CONFIG_ARCH_CHIP_Z16F=y
CONFIG_ARCH_Z16=y
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_DEV_LOWCONSOLE=y
CONFIG_CONSOLE_SYSLOG=y
CONFIG_ENDIAN_BIG=y
CONFIG_HOST_WINDOWS=y
CONFIG_IDLETHREAD_STACKSIZE=4096