Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info
This commit is contained in:
parent
bc03f2c800
commit
79d0f577d0
@ -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).
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -1030,7 +1030,7 @@ Where <subdir> 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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user