summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-15 20:00:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-15 20:00:23 +0000
commitab6273349d11901ad4638d1170f7ac345cf61cad (patch)
tree558c79f11a0bbdfe37313e3b970b373649ff157a /nuttx/configs/ez80f910200kitg/README.txt
parentddf7e52b817024958953edd45740a8c505bc4868 (diff)
downloadpx4-nuttx-ab6273349d11901ad4638d1170f7ac345cf61cad.tar.gz
px4-nuttx-ab6273349d11901ad4638d1170f7ac345cf61cad.tar.bz2
px4-nuttx-ab6273349d11901ad4638d1170f7ac345cf61cad.zip
Add ez80f910200kitg configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@734 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/README.txt')
-rw-r--r--nuttx/configs/ez80f910200kitg/README.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200kitg/README.txt b/nuttx/configs/ez80f910200kitg/README.txt
new file mode 100644
index 000000000..2f305c473
--- /dev/null
+++ b/nuttx/configs/ez80f910200kitg/README.txt
@@ -0,0 +1,40 @@
+README.txt
+^^^^^^^^^^
+
+ZDS-II Compiler Versions
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+4.11.0
+ This is the only version that this code has been built against.
+
+Other Versions
+ If you use any version of ZDS-II other than 4.11.0 or if you install ZDS-II
+ at any location other than the default location, you will have to modify
+ two files: (1) configs/ez80f910200kitg/*/setenv.sh and (2)
+ configs/ez80f910200kitg/*/Make.defs.
+
+Configuration Subdirectories
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- src/ and include/
+ These directories contain common logic for all ez80f910200kitg
+ configurations.
+
+Variations on the basic ez80f910200kitg configuration are maintained
+in subdirectories. To configure any specific configuration, do the
+following steps:
+
+ cd <nuttx-top-directory>/tools
+ ./configure.sh ez80f910200kitg/<sub-directory>
+ cd <nuttx-top-directgory>
+ make
+
+Where <sub-directory> is the specific board configuration that you
+wish to build. The following board-specific configurations are
+available:
+
+- ostest
+ This builds the examples/ostest application for execution from FLASH.
+ See examples/README.txt for information about ostest.
+
+Check out any README.txt files in these <sub-directory>s.