diff --git a/configs/Kconfig b/configs/Kconfig index d2509d0e0b9..09037998810 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -633,8 +633,8 @@ config ARCH_BOARD_Z80SIM select ARCH_HAVE_UART ---help--- z80 Microcontroller. This port uses a Z80 instruction set simulator. - That simulator can be found in the NuttX SVN at - http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim. + That simulator can be found in the NuttX GIT at + http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim. This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") (verified with version 2.6.0). diff --git a/configs/README.txt b/configs/README.txt index 726018e678f..d4a74521c75 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -2024,8 +2024,8 @@ configs/z16f2800100zcog configs/z80sim z80 Microcontroller. This port uses a Z80 instruction set simulator. - That simulator can be found in the NuttX SVN at - http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim. + That simulator can be found in the NuttX GIT at + http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim. This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") (verified with version 2.6.0). diff --git a/configs/qemu-i486/README.txt b/configs/qemu-i486/README.txt index d505bd55cbe..08599b52009 100644 --- a/configs/qemu-i486/README.txt +++ b/configs/qemu-i486/README.txt @@ -111,7 +111,7 @@ Cygwin Buildroot Toolchain create such a toolchain. 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. Buildroot Instructions diff --git a/configs/sim/README.txt b/configs/sim/README.txt index 963a46e0838..8127acc033b 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -203,7 +203,7 @@ cxxtest ----- 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 - 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++ 2. This configuration uses the mconf-based configuration tool. To diff --git a/configs/skp16c26/README.txt b/configs/skp16c26/README.txt index 31332b59b6c..91117595753 100644 --- a/configs/skp16c26/README.txt +++ b/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 SVN. Insructions + buildroot can be downloaded from misc/buildroot in the NuttX GIT. Insructions for building the toolchain are provided below. 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 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: diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index 9df06c9d17a..f5a26141091 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -1030,7 +1030,7 @@ Where is one of the following: 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 - 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++ 2. This configuration uses the mconf-based configuration tool. To diff --git a/configs/z80sim/README.txt b/configs/z80sim/README.txt index f4055207cb1..ad430d38a72 100644 --- a/configs/z80sim/README.txt +++ b/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 SVN at -http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim +The instruction set emulator can be found in the NuttX GIT at +http://sourceforge.net/p/nuttx/git/ci/master/tree/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.