mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
config LOWLEVEL_CONSOLE
|
||||
config DEV_LOWCONSOLE
|
||||
bool "Low-level console support"
|
||||
default n
|
||||
depends on ARCH_LOWPUTC
|
||||
---help---
|
||||
Use the simple, low-level, write-only serial console driver (minimal support)
|
||||
|
||||
config 16550_UART
|
||||
bool "16550 UART Chip support"
|
||||
@@ -317,7 +319,7 @@ config STANDARD_SERIAL
|
||||
bool "Enable standard \"upper-half\" serial driver"
|
||||
default y if MCU_SERIAL
|
||||
default n if !MCU_SERIAL
|
||||
depends on !LOWLEVEL_CONSOLE
|
||||
depends on !DEV_LOWCONSOLE
|
||||
---help---
|
||||
Enable the standard, upper-half serial driver used by most MCU serial peripherals.
|
||||
|
||||
|
||||
@@ -232,7 +232,9 @@ static int uart_putxmitchar(FAR uart_dev_t *dev, int ch)
|
||||
}
|
||||
}
|
||||
|
||||
/* We won't get here */
|
||||
/* We won't get here. Some compilers may complain that this code is
|
||||
* unreachable.
|
||||
*/
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user