summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/pashello
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 18:22:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 18:22:06 +0000
commit13ecead34f2276518c3d4fe9a3b99799a147f429 (patch)
tree9e60886f83d6d329848e95ffe76ad6c78cbba115 /nuttx/configs/z80sim/pashello
parent8951e208d178ae12913a1598d887555d736da978 (diff)
downloadpx4-nuttx-13ecead34f2276518c3d4fe9a3b99799a147f429.tar.gz
px4-nuttx-13ecead34f2276518c3d4fe9a3b99799a147f429.tar.bz2
px4-nuttx-13ecead34f2276518c3d4fe9a3b99799a147f429.zip
Still detangling lowuart stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@709 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim/pashello')
-rw-r--r--nuttx/configs/z80sim/pashello/defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/z80sim/pashello/defconfig b/nuttx/configs/z80sim/pashello/defconfig
index e56c00e2a..6f2649084 100644
--- a/nuttx/configs/z80sim/pashello/defconfig
+++ b/nuttx/configs/z80sim/pashello/defconfig
@@ -103,8 +103,13 @@ CONFIG_HAVE_LIBM=n
# CONFIG_JULIAN_TIME - Enables Julian time conversions
# CONFIG_START_YEAR, CONFIG_START_MONTH, CONFIG_START_DAY -
# Used to initialize the internal time logic.
+# CONFIG_HAVE_LOWUARTINIT - Provides low-level UART initialization
+# logic as up_lowuartinit (only needed if there is no
+# serial driver).
# CONFIG_DEV_CONSOLE - Set if architecture-specific logic
# provides /dev/console. Enables stdout, stderr, stdin.
+# CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console
+# driver (minimul support)
#
CONFIG_EXAMPLE=pashello
CONFIG_DEBUG=n
@@ -119,7 +124,9 @@ CONFIG_START_MONTH=2
CONFIG_START_DAY=21
CONFIG_JULIAN_TIME=n
CONFIG_DEV_CONSOLE=y
+CONFIG_HAVE_LOWUARTINIT=n
CONFIG_DEV_LOWCONSOLE=y
+CONFIG_DEV_LOWCONSOLE=n
#
# The following can be used to disable categories of