summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-22 00:41:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-22 00:41:38 +0000
commit9185cc9b9a65f0c7a75f78c71ae5bc0c11925073 (patch)
tree2c41f2809e29490b12c1628d60a500c517f0ed05 /nuttx
parent84631a1086e2fab6ff0572199cd62ae10f6e2ddd (diff)
downloadnuttx-9185cc9b9a65f0c7a75f78c71ae5bc0c11925073.tar.gz
nuttx-9185cc9b9a65f0c7a75f78c71ae5bc0c11925073.tar.bz2
nuttx-9185cc9b9a65f0c7a75f78c71ae5bc0c11925073.zip
Update README info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2408 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/Documentation/README.html2
-rwxr-xr-xnuttx/README.txt2
-rw-r--r--nuttx/arch/README.txt8
3 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index 8a727506e..b014caeca 100755
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -47,6 +47,8 @@
| | |- <a href="configs/c5471evm/include/README.txt">include/README.txt</a>
| | |- <a href="configs/c5471evm/src/README.txt">src/README.txt</a>
| | `- <a href="configs/c5471evm/README.txt"><b><i>README.txt</i></b></a>
+ | |- demo9s12ne64/
+ | | `- <a href="configs/demo9s12ne64/README.txt"><b><i>README.txt</i></b></a>
| |- eagle100/
| | |- <a href="configs/eagle100/include/README.txt">include/README.txt</a>
| | |- <a href="configs/eagle100/src/README.txt">src/README.txt</a>
diff --git a/nuttx/README.txt b/nuttx/README.txt
index a32dde24a..35e97ad68 100755
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -138,6 +138,8 @@ Below is a guide to the available README files in the NuttX source tree:
| | |- include/README.txt
| | |- src/README.txt
| | `- README.txt
+ | |- demo0s12ne64/
+ | | `- README.txt
| |- eagle100/
| | |- include/README.txt
| | |- src/README.txt
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 252153d3c..0695a1459 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -183,6 +183,14 @@ arch/arm - ARM-based micro-controllers
but no testing has been performed due to some problems I am having with my
JTAG wiggler and OpenOCD on Linux.
+arch/hc
+ This directory is dedicated to ports to the Freescale HC family.
+
+ arch/arm/include/hcs12 and arch/arm/src/hcs12
+ These directories provide support for the Freescale m68hcs12 family.
+ STATUS: Fragments of this port were released in nuttx-5.0, but porting effort
+ has been stalled because of higher priority tasks.
+
arch/m68322
A work in progress.
STATUS: Stalled for the moment.