summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-01 14:54:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-01 14:54:10 +0000
commita41c364ae0157a691fb0806a58eec6b3adeafae2 (patch)
treeae66fc166ab1f2f1a142e260242d10ccb68cbd99 /nuttx/configs
parent7132a889f53ad83ef293c29a9c2e4688b2886635 (diff)
downloadpx4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.tar.gz
px4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.tar.bz2
px4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.zip
Debug z80sim NSH (still doesn't work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@476 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/z80sim/nshconfig2
-rw-r--r--nuttx/configs/z80sim/src/z80_serial.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/z80sim/nshconfig b/nuttx/configs/z80sim/nshconfig
index b14b09362..63326cb6f 100644
--- a/nuttx/configs/z80sim/nshconfig
+++ b/nuttx/configs/z80sim/nshconfig
@@ -130,7 +130,7 @@ CONFIG_DISABLE_POSIX_TIMERS=y
CONFIG_DISABLE_PTHREAD=y
CONFIG_DISABLE_SIGNALS=n
CONFIG_DISABLE_MQUEUE=y
-CONFIG_DISABLE_MOUNTPOINT=n
+CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_DISABLE_ENVIRON=y
#
diff --git a/nuttx/configs/z80sim/src/z80_serial.c b/nuttx/configs/z80sim/src/z80_serial.c
index 9a8fa0f89..2dcd56c05 100644
--- a/nuttx/configs/z80sim/src/z80_serial.c
+++ b/nuttx/configs/z80sim/src/z80_serial.c
@@ -288,7 +288,7 @@ static boolean up_txfifonotfull(struct uart_dev_s *dev)
static boolean up_txfifoempty(struct uart_dev_s *dev)
{
- return FALSE;
+ return TRUE;
}
/****************************************************************************