summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 19:33:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 19:33:42 +0000
commit040391cfab5aa7d508055ca12f551f5e5a3f924c (patch)
tree191f768ae4662f3264bbeecfaf3e69177897e96e /nuttx/configs/z80sim/README.txt
parent68ac8fdfb222669dd94888c18f26282ef36e6ac8 (diff)
downloadpx4-nuttx-040391cfab5aa7d508055ca12f551f5e5a3f924c.tar.gz
px4-nuttx-040391cfab5aa7d508055ca12f551f5e5a3f924c.tar.bz2
px4-nuttx-040391cfab5aa7d508055ca12f551f5e5a3f924c.zip
Upate some pathes for the new NuttX repository
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim/README.txt')
-rw-r--r--nuttx/configs/z80sim/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z80sim/README.txt b/nuttx/configs/z80sim/README.txt
index 3edc6ad71..0dcb1b37d 100644
--- a/nuttx/configs/z80sim/README.txt
+++ b/nuttx/configs/z80sim/README.txt
@@ -3,7 +3,7 @@ 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://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim
+http://svn.code.sf.net/p/nuttx/code/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.