From 01797c245060d26c8775560f687b4dd9f23f8162 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 22 Dec 2009 00:41:38 +0000 Subject: [PATCH] Update README info git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2408 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/README.html | 2 ++ README.txt | 2 ++ arch/README.txt | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/Documentation/README.html b/Documentation/README.html index 8a727506e4..b014caecad 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -47,6 +47,8 @@ | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- demo9s12ne64/ + | | `- README.txt | |- eagle100/ | | |- include/README.txt | | |- src/README.txt diff --git a/README.txt b/README.txt index a32dde24aa..35e97ad68b 100755 --- a/README.txt +++ b/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/arch/README.txt b/arch/README.txt index 252153d3c3..0695a14593 100644 --- a/arch/README.txt +++ b/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.