summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt4
-rwxr-xr-xnuttx/configs/skp16c26/README.txt9
-rw-r--r--nuttx/configs/z80sim/README.txt4
3 files changed, 8 insertions, 9 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index e44369529..d80358134 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1019,8 +1019,8 @@ configs/z16f2800100zcog
configs/z80sim
z80 Microcontroller. This port uses a Z80 instruction set simulator.
- That simulator can be found in the NuttX CVS at
- http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim.
+ That 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).
diff --git a/nuttx/configs/skp16c26/README.txt b/nuttx/configs/skp16c26/README.txt
index e5eb05725..a09ca5a17 100755
--- a/nuttx/configs/skp16c26/README.txt
+++ b/nuttx/configs/skp16c26/README.txt
@@ -2,7 +2,7 @@ configs/skp16c26/README.txt
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1. The buildroot package can be used to build an M16C toolchain. The toolchain
- buildroot can be downloaded from misc/buildroot in the NuttX CVS. Insructions
+ buildroot can be downloaded from misc/buildroot in the NuttX SVN. Insructions
for building the toolchain are provided below.
However, the target cannot be built because the GNU m16c-elf-ld link fails with
@@ -50,12 +50,11 @@ NOTE: See the toolchain issues above -- you may not want to waste your time.
unpack the buildroot package
rename the directory to buildroot
- b. Using CVS
+ b. Using SVN
- Check out the misc/buildroot module. CVS checkout instructions:
+ Check out the misc/buildroot module. SVN checkout instructions:
- cvs -d:pserver:anonymous@nuttx.cvs.sourceforge.net:/cvsroot/nuttx login
- cvs -z3 -d:pserver:anonymous@nuttx.cvs.sourceforge.net:/cvsroot/nuttx co -P misc/buildroot
+ svn co https://nuttx.svn.sourceforge.net/svnroot/nuttx nuttx/trunk/misc/buildroot
Move the buildroot Source Tree and create the archive directory
diff --git a/nuttx/configs/z80sim/README.txt b/nuttx/configs/z80sim/README.txt
index cacca2974..2e345d320 100644
--- a/nuttx/configs/z80sim/README.txt
+++ b/nuttx/configs/z80sim/README.txt
@@ -2,8 +2,8 @@ z80sim README
^^^^^^^^^^^^^
This port uses a primitive, emulated Z80 and the SDCC toolchain.
-The instruction set emulator can be found in the NuttX CVS at
-http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim
+The instruction set emulator can be found in the NuttX SVN at
+http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim
The SDCC toolchain is available from http://sdcc.sourceforge.net/. All
testing has been performed using version 2.6.0 of the SDCC toolchain.