diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index d708cc1910..c28fcd49e6 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -610,6 +610,10 @@
+
+
|
+
|
+
|
@@ -627,6 +631,27 @@
|
+
+
|
+
|
+
+
+
|
+
+
+ STMicro STR71x.
+ Support is provided for the STMicro STR71x family of processors. In particular,
+ support is provided for the Olimex STR-P711 evaluation board.
+ This port also used the GNU arm-elf toolchain* under Linux or Cygwin.
+
+
+ STATUS:
+ Coding is complete on the basic port (boot logic, system time, serial console),
+ but no testing has been performed due to some problems I am having with my
+ JTAG wiggler and OpenOCD on Linux.
+
+ |
+
|
@@ -675,6 +700,26 @@
|
+
+ |
+
+ Renesas/Hitachi SuperH
+ |
+
+
+
|
+
+
+ SH-1 SH7032.
+ This port uses the Hitachi SH-1 Low-Cost Evaluation Board (SH1_LCEVB1), US7032EVB,
+ with a GNU arm-elf toolchain* under Linux or Cygwin.
+
+
+ STATUS:
+ This port is in progress and should be available in the next release of NuttX.
+
+ |
+
|
@@ -786,8 +831,9 @@
* A highly modified buildroot
-is available that may be used to build a NuttX-compatible arm-elf toolchain under
-Linux or Cygwin.
+is available that may be used to build a NuttX-compatible ELF toolchain under
+Linux or Cygwin. Configurations are available in that buildroot to support ARM,
+m68k, m68hc11, m68hc12, and SuperH ports.
@@ -814,8 +860,9 @@ Linux or Cygwin.
available for download from the
NuttX SourceForge
page.
- This download may be used to build a NuttX-compatible arm-elf toolchain under Linux or Cygwin.
- Additional support for m68k, m68hc11, and m68hc12 is available in the
+ This download may be used to build a NuttX-compatible ELF toolchain under Linux or Cygwin.
+ That toolchain will support ARM, m68k, m68hc11, m68hc12, and SuperH ports.
+ The buildroot CVS may be accessed in the
NuttX CVS.
@@ -924,7 +971,7 @@ Linux or Cygwin.
|
- Others Environments?
+ Other Environments?
|
@@ -1097,9 +1144,11 @@ pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
and eliminate a compiler bug
* Changes so that runtime compiles with SDCC.
-buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
+buildroot-0.1.2 2007-11-06 <spudmonkey@racsa.co.cr>
- * Support for arm-elf toolchain
+ * Support for m68k-elf and m68hc11 toolchain
+ * Add patch to build older binutils with newer Texinfo version
+ * Add support for SH-1 toolchain
@@ -1121,11 +1170,7 @@ nuttx-0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
-buildroot-0.1.1 2008-xx-xx <spudmonkey@racsa.co.cr>
-
- * Support for m68k-elf and m68hc11 toolchain
- * Add patch to build older binutils with newer Texinfo version
- * Add support for SH-1 toolchain
+buildroot-0.1.3 2008-xx-xx <spudmonkey@racsa.co.cr>
|