From d586fa633b22bf90ad7a230df14469d5681de875 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Fri, 4 Jan 2008 13:11:45 +0000
Subject: [PATCH] Fix html errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@484 42af7a65-404d-4744-a932-0658087f49c3
---
Documentation/NuttX.html | 16 ++++++++--------
Documentation/NuttxPortingGuide.html | 14 +++++++-------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 2b4fc48e02..8aed05749b 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -422,7 +422,6 @@
Other architectures and the SDCC toolchain are also supported but not as
well exercised.
-
This release was verified only on the Spectrum Digital C5471 EVM using
the C5471 Ethernet driver. Any feedback about bugsor suggestions for
@@ -467,10 +466,10 @@
|
- TI TMS320C5471 (also called C5471 or TMS320DA180 or DA180).
+ TI TMS320C5471 (also called C5471 or TMS320DA180 or DA180).
NuttX operates on the ARM7 of this dual core processor.
This port uses the Spectrum Digital
- evaluation board with a GNU arm-elf toolchain*.
+ evaluation board with a GNU arm-elf toolchain* under Linux or Cygwin.
STATUS:
@@ -485,7 +484,7 @@
NXP LPC214x.
Support is provided for the NXP LPC214x family of processors. In particular,
support is provided for the mcu123.com lpc214x evaluation board (LPC2148).
- This port also used the GNU arm-eld toolchain*.
+ This port also used the GNU arm-eld toolchain* under Linux or Cygwin.
STATUS:
@@ -507,7 +506,7 @@
NuttX operates on the ARM9 of this dual core processor.
This port uses the
Neuros OSD
- with a GNU arm-elf toolchain*.
+ with a GNU arm-elf toolchain* under Linux or Cygwin.
STATUS:
@@ -527,7 +526,7 @@
PJRC 87C52 Development Board.
This port uses the PJRC 87C52 development system
- and the SDCC toolchain.
+ and the SDCC toolchain under Linux or Cygwin.
STATUS:
@@ -551,7 +550,7 @@
Z80 Instruction Set Simulator.
This port uses the SDCC toolchain
- (verfied using version 2.6.0).
+ under Linux or Cygwin (verfied using version 2.6.0).
This port has been verified using only a Z80 instruction simulator.
That simulator can be found in the NuttX CVS
here.
@@ -580,7 +579,8 @@
* A highly modified buildroot
-is available that be used to build a NuttX-compatible arm-elf toolchain.
+is available that may be used to build a NuttX-compatible arm-elf toolchain under
+Linux or Cygwin.
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 2f72ed6d6f..601bb2720b 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -560,20 +560,20 @@
This is a port to the Spectrum Digital C5471 evaluation board. The
C5471 is a dual core processor from TI with an ARM7TDMI general purpose
processor and a c54 SDP. NuttX runs on the ARM core and is built with
- with a GNU arm-elf toolchain*. This port is complete, verified, and
- included in the NuttX release.
+ with a GNU arm-elf toolchain* under Linux or Cygwin.
+ This port is complete, verified, and included in the NuttX release.
configs/mcu123-lpc214x :
This port is for the NXP LPC2148 as provided on the mcu123.com
lpc214x development board.
- This OS is also built with the arm-elf toolchain*.
+ This OS is also built with the arm-elf toolchain* under Linux or Cygwin.
STATUS: This port is in progress and should be available in the
nuttx-0.2.5 release.
configs/ntosd-dm320 :
- This port uses the Neuros OSD with a GNU arm-elf toolchain*.
+ This port uses the Neuros OSD with a GNU arm-elf toolchain* under Linux or Cygwin.
See Neuros Wiki
for futher information.
NuttX operates on the ARM9EJS of this dual core processor.
@@ -588,7 +588,7 @@
configs/pjrc-8051 :
8051 Microcontroller. This port uses the PJRC 87C52 development system
- and the SDCC toolchain.
+ and the SDCC toolchain under Linux or Cygwin.
This port is not quite ready for prime time.
@@ -597,13 +597,13 @@
That simulator can be found in the NuttX CVS
here.
This port also the SDCC toolchain
- (verfied with version 2.6.0).
+ under Linux or Cygwin(verfied with version 2.6.0).
* A customized version of the buildroot
- is available to build these toolchains.
+ is available to build these toolchains under Linux or Cygwin.
|