summaryrefslogtreecommitdiff
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
parent68ac8fdfb222669dd94888c18f26282ef36e6ac8 (diff)
downloadnuttx-040391cfab5aa7d508055ca12f551f5e5a3f924c.tar.gz
nuttx-040391cfab5aa7d508055ca12f551f5e5a3f924c.tar.bz2
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
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html2
-rw-r--r--nuttx/Documentation/NuttX.html30
-rw-r--r--nuttx/Documentation/NuttXGettingStarted.html2
-rw-r--r--nuttx/Documentation/NuttXLinks.html2
-rw-r--r--nuttx/Documentation/NuttXNxFlat.html16
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
-rw-r--r--nuttx/Documentation/README.html318
-rw-r--r--nuttx/README.txt2
-rw-r--r--nuttx/ReleaseNotes2
-rw-r--r--nuttx/configs/Kconfig2
-rw-r--r--nuttx/configs/README.txt2
-rw-r--r--nuttx/configs/c5471evm/README.txt4
-rw-r--r--nuttx/configs/demo9s12ne64/README.txt2
-rw-r--r--nuttx/configs/ea3131/README.txt2
-rw-r--r--nuttx/configs/ea3152/README.txt2
-rw-r--r--nuttx/configs/eagle100/README.txt2
-rw-r--r--nuttx/configs/ekk-lm3s9b96/README.txt2
-rw-r--r--nuttx/configs/fire-stm32v2/README.txt2
-rw-r--r--nuttx/configs/hymini-stm32v/README.txt2
-rw-r--r--nuttx/configs/kwikstik-k40/README.txt2
-rw-r--r--nuttx/configs/lincoln60/README.txt2
-rw-r--r--nuttx/configs/lm3s6432-s2e/README.txt2
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt2
-rw-r--r--nuttx/configs/lm3s8962-ek/README.txt2
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt2
-rw-r--r--nuttx/configs/mbed/README.txt2
-rw-r--r--nuttx/configs/mcu123-lpc214x/README.txt2
-rw-r--r--nuttx/configs/mx1ads/README.txt2
-rw-r--r--nuttx/configs/ne64badge/README.txt2
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt2
-rw-r--r--nuttx/configs/nucleus2g/README.txt2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/README.txt2
-rw-r--r--nuttx/configs/olimex-strp711/README.txt2
-rw-r--r--nuttx/configs/sam3u-ek/README.txt2
-rw-r--r--nuttx/configs/shenzhou/README.txt2
-rw-r--r--nuttx/configs/skp16c26/README.txt6
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt2
-rw-r--r--nuttx/configs/stm3220g-eval/README.txt2
-rw-r--r--nuttx/configs/stm3240g-eval/README.txt2
-rw-r--r--nuttx/configs/stm32f4discovery/README.txt2
-rw-r--r--nuttx/configs/twr-k60n512/README.txt2
-rw-r--r--nuttx/configs/us7032evb1/README.txt2
-rw-r--r--nuttx/configs/vsn/README.txt2
-rw-r--r--nuttx/configs/z80sim/README.txt2
45 files changed, 226 insertions, 230 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 69379a290..9ed95f678 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1458,7 +1458,7 @@
* Renamed arc/hc/include/mc9s12ne64 and src/mc9s12ne64 to m9s12. That name is
shorter and more general.
* The NuttX repository has been converted to SVN and can now be found here
- http://nuttx.svn.sourceforge.net/viewvc/nuttx/
+ http://svn.code.sf.net/p/nuttx/code/trunk/
* configs/mbed/hidkbd: Added USB host support for the mbed LPC1768 board; add
a USB host HID keyboard configuraion.
* drivers/usbhost/hid_parser.c: Leverages the LUFA HID parser written by
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 6c72771bc..8367036de 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -3697,7 +3697,7 @@ sudo ln -s libXext.so.6.4.0 libXext.so
</li>
<li><p>
Refer to the readme file in sim configuration
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sim/README.txt?view=log">README.txt</a> file for additional information.
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/README.txt?view=log">README.txt</a> file for additional information.
</p></li>
</ul>
</p>
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index e4f2ff6db..6b120f4e2 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -237,7 +237,7 @@
<p>
Compatible GNU toolchains based on <a href="http://buildroot.uclibc.org/">buildroot</a>
available for
- <a href="https://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">download</a>
+ <a href="https://sourceforge.net/projects/nuttx/files/">download</a>
to provide a complete development environment for many architectures.
</p>
</tr>
@@ -828,7 +828,7 @@
<td>
<p>
<li>The Pascal add-on is available for download from the
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/">SourceForge</a>
website.</li>
</p>
</td>
@@ -1393,7 +1393,7 @@
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin
with Windows native toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux
or Cygwin is provided by the NuttX
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">buildroot</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/buildroot/">buildroot</a>
package.
</p>
</ul>
@@ -1458,7 +1458,7 @@
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin
with Windows native toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux
or Cygwin is provided by the NuttX
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">buildroot</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/buildroot/">buildroot</a>
package.
</p>
</ul>
@@ -1611,7 +1611,7 @@
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin
with Windows native toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux
or Cygwin is provided by the NuttX
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">buildroot</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/buildroot/">buildroot</a>
package.
</p>
</ul>
@@ -1795,7 +1795,7 @@
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin
with Windows native toolchain (RIDE7, CodeSourcery or devkitARM). A DIY toolchain for Linux
or Cygwin is provided by the NuttX
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">buildroot</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/buildroot/">buildroot</a>
package.
</p>
</ul>
@@ -2833,7 +2833,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
under Linux or Cygwin (verified using version 2.6.0).
This port has been verified using only a Z80 instruction simulator.
That simulator can be found in the NuttX SVN
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim/">here</a>.
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim/">here</a>.
</p>
<ul>
<p>
@@ -2897,12 +2897,12 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
Any version of the GCC/binutils toolchain may be used.
There is a highly modified <a href="http://buildroot.uclibc.org/">buildroot</a>
available for download from the
- <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">NuttX SourceForge</a>
+ <a href="http://sourceforge.net/projects/nuttx/files/">NuttX SourceForge</a>
page.
This download may be used to build a NuttX-compatible ELF toolchain under Linux or Cygwin.
That toolchain will support ARM, m68k, m68hc11, m68hc12, and SuperH ports.
The buildroot SVN may be accessed in the
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/buildroot/">NuttX SVN</a>.
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/">NuttX SVN</a>.
</p>
</td>
</tr>
@@ -3546,19 +3546,19 @@ buildroot-1.10 2011-05-06 &lt;gnutt@nuttx.org&gt;
<ul>
<li><b>nuttx-6.18</b>.
- The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/ChangeLog?view=log">SourceForge SVN</a>.
+ The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/ChangeLog?view=log">SourceForge SVN</a>.
</li>
<li><b>apps-6.18</b>.
- The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/ChangeLog.txt?view=log">SourceForge SVN</a>.
+ The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/ChangeLog.txt?view=log">SourceForge SVN</a>.
</li>
<li><b>NxWidgets-1.1</b>.
- The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/NxWidgets/ChangeLog?view=log">SourceForge SVN</a>.
+ The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/ChangeLog?view=log">SourceForge SVN</a>.
</li>
<li><b>pascal-1.1</b>.
- The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/pascal/ChangeLog?view=log">SourceForge SVN</a>.
+ The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/pascal/ChangeLog?view=log">SourceForge SVN</a>.
</li>
<li><b>buildroot-1.11</b>.
- The ChangeLog for the not-yet-released version 1.11 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/buildroot/ChangeLog?view=log">SourceForge SVN</a>.
+ The ChangeLog for the not-yet-released version 1.11 is available at the bottom of the ChangeLog file that can viewed in the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/ChangeLog?view=log">SourceForge SVN</a>.
</li>
</ul>
@@ -3572,7 +3572,7 @@ buildroot-1.10 2011-05-06 &lt;gnutt@nuttx.org&gt;
<ul>
<p>
- The current list of NuttX <i>Things-To-Do</i> in SVN <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/TODO?view=log">here</a>.
+ The current list of NuttX <i>Things-To-Do</i> in SVN <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/TODO?view=log">here</a>.
A snapshot of the <i>To-Do</i> list associated with the current release are available <a href="TODO.txt">here</a>.
</p>
</ul>
diff --git a/nuttx/Documentation/NuttXGettingStarted.html b/nuttx/Documentation/NuttXGettingStarted.html
index 8e3cf38ca..b476c0ae7 100644
--- a/nuttx/Documentation/NuttXGettingStarted.html
+++ b/nuttx/Documentation/NuttXGettingStarted.html
@@ -18,7 +18,7 @@
There is no &quot;Getting Started&quot; Guide for NuttX yet.
However, most everything that you need to get started with NuttX can be found in the <code>README.txt</code> file located in the top-level NuttX directory.
That <code>README.txt</code> can also be read online in the NuttX SVN repository
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/README.txt?view=log">here</a>.
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/README.txt?view=log">here</a>.
Just click on &quot;Links to HEAD: (view)&quot; on that page.
</p>
</body>
diff --git a/nuttx/Documentation/NuttXLinks.html b/nuttx/Documentation/NuttXLinks.html
index b2206050c..7196ea3ea 100644
--- a/nuttx/Documentation/NuttXLinks.html
+++ b/nuttx/Documentation/NuttXLinks.html
@@ -26,7 +26,7 @@
<li><a href="http://sourceforge.net/projects/nuttx/files/" target="_top">Downloads</a></li>
<li><a href="http://www.nx-engineering.com/nuttx-wiki/" target="_top">Wiki</a></li>
<li><a href="http://sourceforge.net/projects/nuttx/files/buildroot" target="_top">Toolchains</a></li>
- <li><a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/" target="_top">Browse SVN</a></li>
+ <li><a href="http://svn.code.sf.net/p/nuttx/code/trunk/" target="_top">Browse SVN</a></li>
<li><a href="freeports.html" target="header">Free Ports</a></li>
<li><a href="http://rss.groups.yahoo.com/group/nuttx/rss" target="_top"><img src="rss.gif" border="0"></a></li>
</td>
diff --git a/nuttx/Documentation/NuttXNxFlat.html b/nuttx/Documentation/NuttXNxFlat.html
index 8fab8fed1..6f78fffcd 100644
--- a/nuttx/Documentation/NuttXNxFlat.html
+++ b/nuttx/Documentation/NuttXNxFlat.html
@@ -157,14 +157,14 @@
<ul>
<li>
A dynamic loader that is built into the NuttX core
- (See <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/binfmt/">SVN</a>).
+ (See <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/binfmt/">SVN</a>).
</li>
<li>
Minor changes to RTOS to support position independent code, and
</li>
<li>
A linker to bind ELF binaries to produce the NXFLAT binary format
- (See <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/buildroot/toolchain/nxflat/">SVN).
+ (See <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/toolchain/nxflat/">SVN).
</li>
</ul>
@@ -284,7 +284,7 @@
The initial release of NXFLAT was made in NuttX version 0.4.9.
Testing is limited to the tests found under <code>apps/examples/nxflat</code> in the source tree.
Some known problems exist
- (see the <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/TODO?view=log">TODO</a> list).
+ (see the <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/TODO?view=log">TODO</a> list).
As such, NXFLAT is currently in an early alpha phase.
</p>
@@ -302,7 +302,7 @@
In order to use NXFLAT, you must use special NXFLAT tools to create the binary module in FLASH.
To do this, you will need to download the buildroot package and build it on your Linux or Cygwin machine.
The buildroot can be downloaded from
- <a https://sourceforge.net/project/showfiles.php?group_id=189573&package_id=224585">Sourceforge</a>.
+ <a https://sourceforge.net/projects/nuttx/files/">Sourceforge</a>.
You will need version 0.1.7 or later.
</p>
<p>
@@ -429,7 +429,7 @@ cat ../syscall/syscall.csv ../lib/lib.csv | sort >tmp.csv
<p>
Below is a snippet from an NXFLAT make file (simplified from NuttX
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/examples/nxflat/tests/hello/Makefile?view=log">
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/nxflat/tests/hello/Makefile?view=log">
Hello, World!</a> example.
<p>
<ul><table width="50%">
@@ -535,18 +535,18 @@ cat ../syscall/syscall.csv ../lib/lib.csv | sort >tmp.csv
<ul>
<li>
The interface to the binary loader is described in the header file
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/include/nuttx/binfmt.h?view=log">
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt.h?view=log">
<code>include/nuttx/binfmt.h</code></a>.
A brief summary of the APIs prototyped in that header file are listed below.
</li>
<li>
NXFLAT APIs needed to register NXFLAT as a binary loader appear in the header file
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/include/nuttx/nxflat.h?view=log">
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/nxflat.h?view=log">
<code>include/nuttx/nxflat.h</code></a>.
</li>
<li>
The format of an NXFLAT object itself is described in the header file:
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/include/nuttx/nxflat.h?view=log">
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/nxflat.h?view=log">
<code>include/nuttx/nxflat.h</code></a>.
</li>
</ul>
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 8b87bbcee..e13c3be62 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -569,7 +569,7 @@
The Z80 port was released in nuttx-0.3.6 has been verified using only a
z80 instruction simulator.
The set simulator 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.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0 and 2.7.0).
</li>
@@ -976,7 +976,7 @@
<li><code>configs/z80sim</code>:
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX SVN
- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim">here</a>.
+ <a href="http://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim">here</a>.
This port also the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
under Linux or Cygwin(verified with version 2.6.0).
</li>
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index a92b99269..105b93656 100644
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -22,256 +22,256 @@
<ul><pre>
.
| - nuttx
- | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/README.txt?view=log"><b>README.txt</b></a>
+ | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/README.txt?view=log"><b>README.txt</b></a>
| |- arch/
| | |
| | |- arm
| | | `- src
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/arm/src/lpc214x/README.txt?view=log">lpc214x/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/arm/src/lpc214x/README.txt?view=log">lpc214x/README.txt</a>
| | |- avr/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/avr/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/avr/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- sh/
| | | |- include/
- | | | | |-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/include/m16c/README.txt?view=log">m16c/README.txt</a>
- | | | | |-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/include/sh1/README.txt?view=log">sh1/README.txt</a>
- | | | | `-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/include/README.txt?view=log">README.txt</a>
+ | | | | |-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/m16c/README.txt?view=log">m16c/README.txt</a>
+ | | | | |-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/sh1/README.txt?view=log">sh1/README.txt</a>
+ | | | | `-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/README.txt?view=log">README.txt</a>
| | | |- src/
- | | | | |-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/src/common/README.txt?view=log">common/README.txt</a>
- | | | | |-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/src/m16c/README.txt?view=log">m16c/README.txt</a>
- | | | | |-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/src/sh1/README.txt?view=log">sh1/README.txt</a>
- | | | | `-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/sh/src/README.txt?view=log">README.txt</a>
+ | | | | |-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/common/README.txt?view=log">common/README.txt</a>
+ | | | | |-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/m16c/README.txt?view=log">m16c/README.txt</a>
+ | | | | |-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/sh1/README.txt?view=log">sh1/README.txt</a>
+ | | | | `-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/README.txt?view=log">README.txt</a>
| | |- x86/
| | | |- include/
- | | | | `-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/x86/include/README.txt?view=log">README.txt</a>
+ | | | | `-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/x86/include/README.txt?view=log">README.txt</a>
| | | `- src/
- | | | `-<a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/x86/src/README.txt?view=log">README.txt</a>
+ | | | `-<a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/x86/src/README.txt?view=log">README.txt</a>
| | |- z80/
| | | `- src/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/z80/src/z80/README.txt?view=log">z80/README.txt</a>
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/arch/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/z80/src/z80/README.txt?view=log">z80/README.txt</a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- configs/
| | |- amber/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/amber/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/amber/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- avr32dev1/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/avr32dev1/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/avr32dev1/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- c5471evm/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/c5471evm/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/c5471evm/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/c5471evm/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- compal_e88/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/compal_e88/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/compal_e88/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- compal_e99/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/compal_e99/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/compal_e99/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- demo9s12ne64/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/demo9s12ne64/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/demo9s12ne64/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ea3131/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ea3131/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ea3131/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ea3152/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ea3152/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ea3152/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- eagle100/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/eagle100/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/eagle100/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/eagle100/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ekk-lm3s9b96/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ekk-lm3s9b96/README.txt?view=log"><b><i>README.txt
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ekk-lm3s9b96/README.txt?view=log"><b><i>README.txt
| | |- | | |- ez80f910200kitg/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200kitg/ostest/README.txt?view=log">ostest/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200kitg/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200kitg/ostest/README.txt?view=log">ostest/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200kitg/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ez80f910200zco/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt?view=log">dhcpd/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/httpd/README.txt?view=log">httpd/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/nettest/README.txt?view=log">nettest/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/nsh/README.txt?view=log">nsh/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt?view=log">ostest/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/poll/README.txt?view=log">poll/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ez80f910200zco/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt?view=log">dhcpd/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/httpd/README.txt?view=log">httpd/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/nettest/README.txt?view=log">nettest/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/nsh/README.txt?view=log">nsh/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt?view=log">ostest/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/poll/README.txt?view=log">poll/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- fire-stm32v2/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/fire-stm32v2/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/fire-stm32v2/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- hymini-stm32v/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/hymini-stm32v/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/hymini-stm32v/RIDE/README.txt?view=log">RIDE/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/hymini-stm32v/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/hymini-stm32v/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/RIDE/README.txt?view=log">RIDE/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lincoln60/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lincoln60/README.txt?view=log"><b><i>README.txt | | |- kwikstik-k40/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/kwikstik-k40/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lincoln60/README.txt?view=log"><b><i>README.txt | | |- kwikstik-k40/
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/kwikstik-k40/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lm3s6432-s2e/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6432-s2e/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6432-s2e/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6432-s2e/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lm3s6965-ek/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6965-ek/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6965-ek/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s6965-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lm3s8962-ek/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s8962-ek/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s8962-ek/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lm3s8962-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lpcxpresso-lpc1768/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/lpcxpresso-lpc1768/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lpcxpresso-lpc1768/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- lpc4330-xplorer/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/llpc4330-xplorer/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/llpc4330-xplorer/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- m68332evb/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/m68332evb/include/README.txt?view=log">include/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/m68332evb/src/README.txt?view=log">src/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/m68332evb/include/README.txt?view=log">include/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/m68332evb/src/README.txt?view=log">src/README.txt</a>
| | |- mbed/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mbed/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mbed/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- mcu123-lpc214x/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mcu123-lpc214x/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mcu123-lpc214x/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mcu123-lpc214x/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- micropendous3/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/micropendous3/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/micropendous3/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- mirtoo/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mirtoo/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mirtoo/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- mx1ads/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mx1ads/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mx1ads/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/mx1ads/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ne64badge/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ne64badge/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ne64badge/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- ntosd-dm320/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ntosd-dm320/doc/README.txt?view=log">doc/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ntosd-dm320/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ntosd-dm320/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/ntosd-dm320/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/doc/README.txt?view=log">doc/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- nucleus2g/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/nucleus2g/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/nucleus2g/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- olimex-lpc1766stk/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-lpc1766stk/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc1766stk/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- olimex-lpc2378/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-lpc2378/include/README.txt?view=log">include/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-lpc2378/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc2378/include/README.txt?view=log">include/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc2378/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- olimex-strp711/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-strp711/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-strp711/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/olimex-strp711/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- pcblogic-pic32mx/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pcblogic-pic32mx/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pcblogic-pic32mx/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- pic32-starterkit/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pic32-starterkit/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pic32-starterkit/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- pjrc-8051/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- qemu-i486/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- rgmp/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/README.txt?view=log"><b><i>README.txt</i></b></a>></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/README.txt?view=log"><b><i>README.txt</i></b></a>></a>
| | |- sam3u-ek/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sam3u-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sam3u-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- sim/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sim/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sim/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sim/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- shenzhou/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/shenzhou/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/shenzhou/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- skp16c26/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/skp16c26/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/skp16c26/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/skp16c26/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- stm3210e-eval/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3210e-eval/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3210e-eval/RIDE/README.txt?view=log">RIDE/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3210e-eval/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3210e-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/RIDE/README.txt?view=log">RIDE/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- stm3220g-eval/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3220g-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3220g-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- stm3240g-eval/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm3240g-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3240g-eval/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- stm32f4discovery/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/stm32f4discovery/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm32f4discovery/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- sure-pic32mx/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/sure-pic32mx/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sure-pic32mx/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- teensy/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/teensy/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/teensy/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- twr-k60n512/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/twr-k60n512/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/twr-k60n512/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- us7032evb1/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/us7032evb1/bin/README.txt?view=log">bin/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/us7032evb1/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/us7032evb1/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/us7032evb1/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/bin/README.txt?view=log">bin/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- vsn/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/vsn/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/vsn/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/vsn/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/vsn/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- xtrs/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- z16f2800100zcog/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/ostest/README.txt?view=log">ostest/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/pashello/README.txt?view=log">pashello/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/xtrs/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/ostest/README.txt?view=log">ostest/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/pashello/README.txt?view=log">pashello/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- z80sim/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z80sim/include/README.txt?view=log">include/README.txt</a>
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z80sim/src/README.txt?view=log">src/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z80sim/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/include/README.txt?view=log">include/README.txt</a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/src/README.txt?view=log">src/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- z8encore000zco/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z8encore000zco/ostest/README.txt?view=log">ostest/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z8encore000zco/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8encore000zco/ostest/README.txt?view=log">ostest/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8encore000zco/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- z8f64200100kit/
- | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z8f64200100kit/ostest/README.txt?view=log">ostest/README.txt</a>
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/z8f64200100kit/README.txt?view=log"><b><i>README.txt</i></b></a>
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8f64200100kit/ostest/README.txt?view=log">ostest/README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8f64200100kit/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- drivers/
| | |- lcd/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/drivers/lcd/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/lcd/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- sercomm/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/drivers/sercomm/README.txt?view=log">README.txt</a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/sercomm/README.txt?view=log">README.txt</a>
| | |- syslog/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/drivers/syslog/README.txt?view=log">README.txt</a>
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/drivers/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/syslog/README.txt?view=log">README.txt</a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- fs/
| | |- mmap/
- | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/fs/mmap/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/fs/mmap/README.txt?view=log"><b><i>README.txt</i></b></a>
| | `- nxffs/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/fs/nxffs/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/fs/nxffs/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- graphics/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/graphics/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/graphics/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- lib/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/lib/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/lib/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- libxx/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/libxx/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/libxx/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- mm/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/mm/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/mm/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- syscall/
- | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/syscall/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/syscall/README.txt?view=log"><b><i>README.txt</i></b></a>
| `- tools/
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/tools/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/tools/README.txt?view=log"><b><i>README.txt</i></b></a>
`- apps/
- |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/README.txt?view=log"><b>README.txt</b></a>
+ |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/README.txt?view=log"><b>README.txt</b></a>
|- examples/
- | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/examples/pashello/README.txt?view=log">pashello/README.txt</a>
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/examples/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/pashello/README.txt?view=log">pashello/README.txt</a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/README.txt?view=log"><b><i>README.txt</i></b></a>
|- graphics/
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/graphics/tiff/README.txt?view=log">"<b><i>tiff/README.txt</i></b></a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/graphics/tiff/README.txt?view=log">"<b><i>tiff/README.txt</i></b></a>
|- interpreters/
- | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/interpreters/ficl/README.txt?view=log"><b><i>ficl/README.txt</i></b></a>
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/interpreters/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/interpreters/ficl/README.txt?view=log"><b><i>ficl/README.txt</i></b></a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/interpreters/README.txt?view=log"><b><i>README.txt</i></b></a>
|- modbus/
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/modbus/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/modbus/README.txt?view=log"><b><i>README.txt</i></b></a>
|- netutils/
- | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/netutils/discover/README.txt?view=log">discover/README.txt</a>
- | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/netutils/ftpc/README.txt?view=log">ftpc/README.txt</a>
- | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/netutils/telnetd/README.txt?view=log">telnetd/README.txt</a>
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/netutils/README?view=log"><b><i>README</i></b></a>
+ | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/discover/README.txt?view=log">discover/README.txt</a>
+ | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/ftpc/README.txt?view=log">ftpc/README.txt</a>
+ | | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/telnetd/README.txt?view=log">telnetd/README.txt</a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/README?view=log"><b><i>README</i></b></a>
|- nshlib/
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/nshlib/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/nshlib/README.txt?view=log"><b><i>README.txt</i></b></a>
|- system/
- | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/system/i2c/README.txt?view=log"><b><i>i2c/README.txt</i></b></a>
- | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/system/free/README.txt?view=log">free/README.txt</a>
- | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/system/install/README.txt?view=log">install/README.txt</a>
+ | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/i2c/README.txt?view=log"><b><i>i2c/README.txt</i></b></a>
+ | |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/free/README.txt?view=log">free/README.txt</a>
+ | `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/install/README.txt?view=log">install/README.txt</a>
`- vsn/
- |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/vsn/poweroff/README.txt?view=log">poweroff/README.txt</a>
- |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/vsn/ramtron/README.txt?view=log">ramtron/README.txt</a>
- |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/vsn/sdcard/README.txt?view=log">sdcard/README.txt</a>
- |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/vsn/sysinfo/README.txt?view=log">sysinfo/README.txt</a>
- `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/apps/vsn/sdcard/README.txt?view=log"><b><i>README.txt</i></b></a>
+ |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/poweroff/README.txt?view=log">poweroff/README.txt</a>
+ |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/ramtron/README.txt?view=log">ramtron/README.txt</a>
+ |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sdcard/README.txt?view=log">sdcard/README.txt</a>
+ |- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sysinfo/README.txt?view=log">sysinfo/README.txt</a>
+ `- <a href="http://http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sdcard/README.txt?view=log"><b><i>README.txt</i></b></a>
</pre></ul>
</body>
</html>
diff --git a/nuttx/README.txt b/nuttx/README.txt
index afea4d2e3..0d1fbdc1c 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -118,7 +118,7 @@ Installation Directories with Spaces in the Path
I work around spaces in the home directory name, by creating a
new directory that does not contain any spaces, such as /home/nuttx.
Then I install NuttX in /home/nuttx and always build from
- /home/nuttx/nuttx.
+ /home/nuttx/nuttx-code.
Notes about Header Files
------------------------
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 98e71614c..4d7211669 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1968,7 +1968,7 @@ release includes several new features:
small for the MCU usage and has some limitations. No formal
documentation of NXFFS yet exists. See the fs/nxffs/README.txt
file for details (see
- http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/fs/nxffs/README.txt?view=log)
+ http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/fs/nxffs/README.txt?view=log)
* Support for NXP LPCXpresso LPC1768 board on the Embedded
Artists base board. The Code Red toolchain is supported under
either Linux or Windows. Verified configurations include
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index c017192d2..12cc41ea7 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -552,7 +552,7 @@ config ARCH_BOARD_Z80SIM
---help---
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator 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.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0).
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 1c14e8388..b5ada6ee5 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1805,7 +1805,7 @@ 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://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim.
+ http://svn.code.sf.net/p/nuttx/code/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/c5471evm/README.txt b/nuttx/configs/c5471evm/README.txt
index 1329ee6d8..31262b2b6 100644
--- a/nuttx/configs/c5471evm/README.txt
+++ b/nuttx/configs/c5471evm/README.txt
@@ -8,8 +8,8 @@ Toolchain
be modified to point to the correct path to the SH toolchain (if
different from the default).
- If you have no SH toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ If you have no ARM toolchain, one can be downloaded from the NuttX
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot).
1. You must have already configured Nuttx in <some-dir>nuttx.
diff --git a/nuttx/configs/demo9s12ne64/README.txt b/nuttx/configs/demo9s12ne64/README.txt
index 0b8f77690..a9579e909 100644
--- a/nuttx/configs/demo9s12ne64/README.txt
+++ b/nuttx/configs/demo9s12ne64/README.txt
@@ -115,7 +115,7 @@ NuttX Buildroot Toolchain
different from the default in your PATH variable).
If you have no HC12 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot).
This GNU toolchain builds and executes in the Linux or Cygwin
environments.
diff --git a/nuttx/configs/ea3131/README.txt b/nuttx/configs/ea3131/README.txt
index f3239e476..c237345d1 100644
--- a/nuttx/configs/ea3131/README.txt
+++ b/nuttx/configs/ea3131/README.txt
@@ -135,7 +135,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/ea3152/README.txt b/nuttx/configs/ea3152/README.txt
index 44f65981e..90be2a220 100644
--- a/nuttx/configs/ea3152/README.txt
+++ b/nuttx/configs/ea3152/README.txt
@@ -134,7 +134,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index 28d51b518..e03a92d5c 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -118,7 +118,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/ekk-lm3s9b96/README.txt b/nuttx/configs/ekk-lm3s9b96/README.txt
index a6dcab87d..539eb0c26 100644
--- a/nuttx/configs/ekk-lm3s9b96/README.txt
+++ b/nuttx/configs/ekk-lm3s9b96/README.txt
@@ -194,7 +194,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/fire-stm32v2/README.txt b/nuttx/configs/fire-stm32v2/README.txt
index 3a94365af..d9a4d14ca 100644
--- a/nuttx/configs/fire-stm32v2/README.txt
+++ b/nuttx/configs/fire-stm32v2/README.txt
@@ -309,7 +309,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/hymini-stm32v/README.txt b/nuttx/configs/hymini-stm32v/README.txt
index ddb62e84e..75c67adeb 100644
--- a/nuttx/configs/hymini-stm32v/README.txt
+++ b/nuttx/configs/hymini-stm32v/README.txt
@@ -136,7 +136,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/kwikstik-k40/README.txt b/nuttx/configs/kwikstik-k40/README.txt
index ea6d9dee6..a268a52d8 100644
--- a/nuttx/configs/kwikstik-k40/README.txt
+++ b/nuttx/configs/kwikstik-k40/README.txt
@@ -257,7 +257,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M4 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
NOTE: The NuttX toolchain is an OABI toolchain (vs. the more common EABI)
diff --git a/nuttx/configs/lincoln60/README.txt b/nuttx/configs/lincoln60/README.txt
index d94666d90..a699d5f33 100644
--- a/nuttx/configs/lincoln60/README.txt
+++ b/nuttx/configs/lincoln60/README.txt
@@ -158,7 +158,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/lm3s6432-s2e/README.txt b/nuttx/configs/lm3s6432-s2e/README.txt
index a5b0b566b..2266e99e2 100644
--- a/nuttx/configs/lm3s6432-s2e/README.txt
+++ b/nuttx/configs/lm3s6432-s2e/README.txt
@@ -184,7 +184,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
This port was tested with tools built using summon-arm-toolchain; available
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index 5b26b41c8..fa0d1dad8 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -218,7 +218,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/lm3s8962-ek/README.txt b/nuttx/configs/lm3s8962-ek/README.txt
index c1e0b9fea..6d6d17fee 100644
--- a/nuttx/configs/lm3s8962-ek/README.txt
+++ b/nuttx/configs/lm3s8962-ek/README.txt
@@ -202,7 +202,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index cc15746d4..0d9ef87f2 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -470,7 +470,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/mbed/README.txt b/nuttx/configs/mbed/README.txt
index b64923065..2d53e7274 100644
--- a/nuttx/configs/mbed/README.txt
+++ b/nuttx/configs/mbed/README.txt
@@ -128,7 +128,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/mcu123-lpc214x/README.txt b/nuttx/configs/mcu123-lpc214x/README.txt
index 7c760caa2..8236798cc 100644
--- a/nuttx/configs/mcu123-lpc214x/README.txt
+++ b/nuttx/configs/mcu123-lpc214x/README.txt
@@ -97,7 +97,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/mx1ads/README.txt b/nuttx/configs/mx1ads/README.txt
index 1ff9ebac3..661d4e812 100644
--- a/nuttx/configs/mx1ads/README.txt
+++ b/nuttx/configs/mx1ads/README.txt
@@ -9,7 +9,7 @@ Toolchain
different from the default).
If you have no ARM toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
1. You must have already configured Nuttx in <some-dir>nuttx.
diff --git a/nuttx/configs/ne64badge/README.txt b/nuttx/configs/ne64badge/README.txt
index 48a19264e..34e8a6dc5 100644
--- a/nuttx/configs/ne64badge/README.txt
+++ b/nuttx/configs/ne64badge/README.txt
@@ -222,7 +222,7 @@ NuttX Buildroot Toolchain
different from the default in your PATH variable).
If you have no HC12 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin
environments.
diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt
index 1b19e7782..46f049e34 100644
--- a/nuttx/configs/ntosd-dm320/README.txt
+++ b/nuttx/configs/ntosd-dm320/README.txt
@@ -154,7 +154,7 @@ NuttX buildroot Toolchain
different from the default).
If you have no ARM toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
1. You must have already configured Nuttx in <some-dir>nuttx.
diff --git a/nuttx/configs/nucleus2g/README.txt b/nuttx/configs/nucleus2g/README.txt
index 81bd2fe65..e2389339e 100644
--- a/nuttx/configs/nucleus2g/README.txt
+++ b/nuttx/configs/nucleus2g/README.txt
@@ -188,7 +188,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 19cf66167..aaf40f9ff 100644
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -276,7 +276,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/olimex-strp711/README.txt b/nuttx/configs/olimex-strp711/README.txt
index 2af0b1466..955887d7b 100644
--- a/nuttx/configs/olimex-strp711/README.txt
+++ b/nuttx/configs/olimex-strp711/README.txt
@@ -182,7 +182,7 @@ NuttX buildroot Toolchain
different from the default).
If you have no ARM toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
1. You must have already configured Nuttx in <some-dir>nuttx.
diff --git a/nuttx/configs/sam3u-ek/README.txt b/nuttx/configs/sam3u-ek/README.txt
index cb0b82c8f..435e30a49 100644
--- a/nuttx/configs/sam3u-ek/README.txt
+++ b/nuttx/configs/sam3u-ek/README.txt
@@ -131,7 +131,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/shenzhou/README.txt b/nuttx/configs/shenzhou/README.txt
index ca9fdafdb..9ee77ea06 100644
--- a/nuttx/configs/shenzhou/README.txt
+++ b/nuttx/configs/shenzhou/README.txt
@@ -329,7 +329,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/skp16c26/README.txt b/nuttx/configs/skp16c26/README.txt
index a09ca5a17..dc94bbf8d 100644
--- a/nuttx/configs/skp16c26/README.txt
+++ b/nuttx/configs/skp16c26/README.txt
@@ -54,11 +54,7 @@ NOTE: See the toolchain issues above -- you may not want to waste your time.
Check out the misc/buildroot module. SVN checkout instructions:
- svn co https://nuttx.svn.sourceforge.net/svnroot/nuttx nuttx/trunk/misc/buildroot
-
- Move the buildroot Source Tree and create the archive directory
-
- mv misc/buildroot .
+ svn checkout svn://svn.code.sf.net/p/nuttx/code/trunk/buildroot buildroot
Make the archive directory:
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 8582e95ff..f68ce26de 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -139,7 +139,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/stm3220g-eval/README.txt b/nuttx/configs/stm3220g-eval/README.txt
index 04585f69f..b3b7fd476 100644
--- a/nuttx/configs/stm3220g-eval/README.txt
+++ b/nuttx/configs/stm3220g-eval/README.txt
@@ -178,7 +178,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 9193b9450..75ca1ea77 100644
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -185,7 +185,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index 12b30c62c..baf5184e3 100644
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -182,7 +182,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
diff --git a/nuttx/configs/twr-k60n512/README.txt b/nuttx/configs/twr-k60n512/README.txt
index 5cb273a39..ccf81508c 100644
--- a/nuttx/configs/twr-k60n512/README.txt
+++ b/nuttx/configs/twr-k60n512/README.txt
@@ -394,7 +394,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M4 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
NOTE: The NuttX toolchain is an OABI toolchain (vs. the more common EABI)
diff --git a/nuttx/configs/us7032evb1/README.txt b/nuttx/configs/us7032evb1/README.txt
index 0b9060460..0a25790ba 100644
--- a/nuttx/configs/us7032evb1/README.txt
+++ b/nuttx/configs/us7032evb1/README.txt
@@ -19,7 +19,7 @@ Toolchain
different from the default).
If you have no SH toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
1. You must have already configured Nuttx in <some-dir>nuttx.
diff --git a/nuttx/configs/vsn/README.txt b/nuttx/configs/vsn/README.txt
index 9a9209ebe..0a8b02dbc 100644
--- a/nuttx/configs/vsn/README.txt
+++ b/nuttx/configs/vsn/README.txt
@@ -136,7 +136,7 @@ NuttX buildroot Toolchain
different from the default in your PATH variable).
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
- SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+ SourceForge download site (https://sourceforge.net/projects/nuttx/files/buildroot/).
This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
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.