Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info

This commit is contained in:
Gregory Nutt 2013-04-19 18:35:06 -06:00
parent bc03f2c800
commit 79d0f577d0
7 changed files with 13 additions and 13 deletions

View File

@ -633,8 +633,8 @@ config ARCH_BOARD_Z80SIM
select ARCH_HAVE_UART select ARCH_HAVE_UART
---help--- ---help---
z80 Microcontroller. This port uses a Z80 instruction set simulator. z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX SVN at That simulator can be found in the NuttX GIT at
http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim. http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0). (verified with version 2.6.0).

View File

@ -2024,8 +2024,8 @@ configs/z16f2800100zcog
configs/z80sim configs/z80sim
z80 Microcontroller. This port uses a Z80 instruction set simulator. z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX SVN at That simulator can be found in the NuttX GIT at
http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim. http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0). (verified with version 2.6.0).

View File

@ -111,7 +111,7 @@ Cygwin Buildroot Toolchain
create such a toolchain. create such a toolchain.
NOTE: As of this writing, none of the released buildroot packages support the NOTE: As of this writing, none of the released buildroot packages support the
i486 build. This is only available in SVN or in any any 1.10 or later buildroot i486 build. This is only available in GIT or in any any 1.10 or later buildroot
release. release.
Buildroot Instructions Buildroot Instructions

View File

@ -203,7 +203,7 @@ cxxtest
----- -----
1. Before you can use this example, you must first install the uClibc++ 1. Before you can use this example, you must first install the uClibc++
C++ library. This is located outside of the NuttX source tree at C++ library. This is located outside of the NuttX source tree at
misc/uClibc++ in SVN. See the README.txt file for instructions on misc/uClibc++ in GIT. See the README.txt file for instructions on
how to install uClibc++ how to install uClibc++
2. This configuration uses the mconf-based configuration tool. To 2. This configuration uses the mconf-based configuration tool. To

View File

@ -2,7 +2,7 @@ configs/skp16c26/README.txt
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1. The buildroot package can be used to build an M16C toolchain. The toolchain 1. The buildroot package can be used to build an M16C toolchain. The toolchain
buildroot can be downloaded from misc/buildroot in the NuttX SVN. Insructions buildroot can be downloaded from misc/buildroot in the NuttX GIT. Insructions
for building the toolchain are provided below. for building the toolchain are provided below.
However, the target cannot be built because the GNU m16c-nuttx-elf-ld link fails with However, the target cannot be built because the GNU m16c-nuttx-elf-ld link fails with
@ -50,11 +50,11 @@ NOTE: See the toolchain issues above -- you may not want to waste your time.
unpack the buildroot package unpack the buildroot package
rename the directory to buildroot rename the directory to buildroot
b. Using SVN b. Using GIT
Check out the misc/buildroot module. SVN checkout instructions: Check out the misc/buildroot module. GIT checkout instructions:
svn checkout svn://svn.code.sf.net/p/nuttx/code/trunk/buildroot buildroot http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/buildroot/
Make the archive directory: Make the archive directory:

View File

@ -1030,7 +1030,7 @@ Where <subdir> is one of the following:
1. Before you can use this example, you must first install the uClibc++ 1. Before you can use this example, you must first install the uClibc++
C++ library. This is located outside of the NuttX source tree at C++ library. This is located outside of the NuttX source tree at
misc/uClibc++ in SVN. See the README.txt file for instructions on misc/uClibc++ in GIT. See the README.txt file for instructions on
how to install uClibc++ how to install uClibc++
2. This configuration uses the mconf-based configuration tool. To 2. This configuration uses the mconf-based configuration tool. To

View File

@ -2,8 +2,8 @@ z80sim README
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
This port uses a primitive, emulated Z80 and the SDCC toolchain. This port uses a primitive, emulated Z80 and the SDCC toolchain.
The instruction set emulator can be found in the NuttX SVN at The instruction set emulator can be found in the NuttX GIT at
http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim
The SDCC toolchain is available from http://sdcc.sourceforge.net/. All The SDCC toolchain is available from http://sdcc.sourceforge.net/. All
testing has been performed using version 2.6.0 of the SDCC toolchain. testing has been performed using version 2.6.0 of the SDCC toolchain.