summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 23:52:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 23:52:53 +0000
commit768b31742994a7270a11f6b0393329b3404b2af0 (patch)
tree07225e24cd679bcd042f722dc39514fa90ba541c /nuttx/configs/z80sim/README.txt
parente56f12fd3dbddb72e0a3996a1247d27bad227cd5 (diff)
downloadpx4-nuttx-768b31742994a7270a11f6b0393329b3404b2af0.tar.gz
px4-nuttx-768b31742994a7270a11f6b0393329b3404b2af0.tar.bz2
px4-nuttx-768b31742994a7270a11f6b0393329b3404b2af0.zip
Debug NSH on z80sim
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@474 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim/README.txt')
-rw-r--r--nuttx/configs/z80sim/README.txt31
1 files changed, 28 insertions, 3 deletions
diff --git a/nuttx/configs/z80sim/README.txt b/nuttx/configs/z80sim/README.txt
index ff9754c04..4988dc34e 100644
--- a/nuttx/configs/z80sim/README.txt
+++ b/nuttx/configs/z80sim/README.txt
@@ -1,11 +1,36 @@
-pjrc-8051 README
-^^^^^^^^^^^^^^^^
+z80sim README
+^^^^^^^^^^^^^
-This port uses a primitive, simulated Z80 and the SDCC toolchain.
+This port uses a primitive, emulated Z80 and the SDCC toolchain.
+The instruction set emulator can be found in the NuttX CVS at
+http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim
The SDCC toolchain is available from http://sdcc.sourceforge.net/. All
testing has been performed using verison 2.6.0 of the SDDC toolchain.
+Configuring NuttX
+^^^^^^^^^^^^^^^^^
+
+ defconfig
+ The default configuration file, defconfig, performs a simple,
+ minimal OS test using examples/ostest. This can be
+ configurated as follows:
+
+ cd tools
+ ./configure.sh z80sim
+ cd -
+ . ./setenv.sh
+
+
+ nshconfig
+ This configuration file builds NSH (examples/nsh).
+
+ This alternative configurations can be selected by:
+
+ (Seleted the default configuration as show above)
+ cp config/z80sim/nshconfig .config
+
+
Building the SDCC toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^^^