diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 34120e36c22..8beac494c62 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: February 13, 2011
+Last Updated: February 14, 2011
@@ -1599,8 +1599,8 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1); This port uses the SDCC toolchain under Linux or Cygwin (verified 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. + That simulator can be found in the NuttX SVN + here.
@@ -1682,8 +1682,8 @@ m68k, m68hc11, m68hc12, and SuperH ports. page. 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. + The buildroot SVN may be accessed in the + NuttX SVN.
- The current NuttX Change Log is available in CVS here. + The current NuttX Change Log is available in SVN here. ChangeLog snapshots associated with the current release are available below.
- The current list of NuttX Things-To-Do in CVS here. + The current list of NuttX Things-To-Do in SVN here. A snapshot of the To-Do list associated with the current release are available here.

examples/nxflat in the source tree.
Some known problems exist
- (see the TODO list).
+ (see the TODO list).
As such, NXFLAT is currently in an early alpha phase.
@@ -366,7 +366,7 @@ any following arguments.
Below is a snippet from an NXFLAT make file (simplified from NuttX - + Hello, World! example.
arch/z80/include/z80 and arch/z80/src/z80:
The Z80 port was released in nuttx-0.3.6 has been verified using only a
z80 instruction simulator.
- The set simulator can be found in the NuttX CVS at
- http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim.
+ The set simulator can be found in the NuttX SVN at
+ http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0 and 2.7.0).
configs/z80sim:
z80 Microcontroller. This port uses a Z80 instruction set simulator.
- That simulator can be found in the NuttX CVS
- here.
+ That simulator can be found in the NuttX SVN
+ here.
This port also the SDCC toolchain
under Linux or Cygwin(verified with version 2.6.0).