9
0
Fork 0

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

This commit is contained in:
Gregory Nutt 2013-04-19 18:35:06 -06:00
parent 2d32b627f6
commit cce5af04ea
26 changed files with 254 additions and 253 deletions

View File

@ -16,7 +16,7 @@ pcode
-----
At present, only the NuttX Pascal add-on is supported. This NuttX add-on
must be downloaded separately (or is available in an SVN snapshot in the
must be downloaded separately (or is available in an GIT snapshot in the
misc/pascal directory).
This Pascal add-on must be installed into the NuttX apps/ directory. After

View File

@ -30,7 +30,7 @@ installation script is provided at misc/uClibc++/install.sh that can be used
to install the uClibc++ components into the NuttX source tree.
The install script takes only a single arguement: The path to the nuttx
directory. If your directory structure is the same as the SVN structure
directory. If your directory structure is the same as the GIT structure
(with misc/ and nuttx/ at the same level), then uClibc++ can be installed
using this command executed from the misc/uClibc++ directory:

View File

@ -90,7 +90,7 @@ fi
echo "##### Comparing libxx"
filelist=`find libxx -type f | fgrep -v '.svn'`
filelist=`find libxx -type f`
for file in $filelist; do
diff -u $file ${nuttx_path}/${file}
@ -99,7 +99,7 @@ done
echo ""
echo "##### Comparing include"
filelist=`find include -type f | fgrep -v '.svn'`
filelist=`find include -type f`
for file in $filelist; do
diff -u $file ${nuttx_path}/${file}

View File

@ -311,13 +311,13 @@ fi
echo "Installing uClibc++ in the NuttX source tree"
filelist=`find libxx -type f | fgrep -v '.svn'`
filelist=`find libxx -type f`
for file in $filelist; do
install -D $file ${nuttx_path}/${file}
done
filelist=`find include -type f | fgrep -v '.svn'`
filelist=`find include -type f`
for file in $filelist; do
install -D $file ${nuttx_path}/${file}

View File

@ -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://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/README.txt?view=log">README.txt</a> file for additional information.
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sim/README.txt">README.txt</a> file for additional information.
</p></li>
</ul>
</p>

View File

@ -80,7 +80,7 @@
<td>
<a href="#history">Release History</a><br>
What has changed in the last release of NuttX?
What unreleased changes are pending in SVN?
What unreleased changes are pending in GIT?
</td>
</tr>
<tr>
@ -1071,13 +1071,13 @@
Note that the release consists of two tarballs: <code>nuttx-6.26.tar.gz</code> and <code>apps-6.26.tar.gz</code>.
Both may be needed (see the top-level <code>nuttx/README.txt</code> file for build information)
The change log associated with the release is available <a href="#currentrelease">here</a>.
Unreleased changes after this release are available in SVN.
Unreleased changes after this release are available in GIT.
These unreleased changes are also listed <a href="#pendingchanges">here</a>.
</p>
<p>
This release corresponds with SVN release number: r5745,
Note that all SVN information has been stripped from the tarballs.
If you need the SVN configuration, you should check out directly from SVN.
This release corresponds with GIT release number: r5745,
Note that all GIT information has been stripped from the tarballs.
If you need the GIT configuration, you should check out directly from GIT.
Revision r5745 should equivalent to release 6.26 of NuttX:
</p>
<ul><pre>
@ -3347,8 +3347,8 @@ parallel and diskette IO, and realtime clock, in a 3.5-inch drive form factor..
This port uses the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
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://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim/">here</a>.
That simulator can be found in the NuttX GIT
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim/">here</a>.
</p>
<ul>
<p>
@ -3416,8 +3416,8 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
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://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/">NuttX SVN</a>.
The buildroot GIT may be accessed in the
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/buildroot/">NuttX GIT</a>.
</p>
</td>
</tr>
@ -3605,7 +3605,7 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
</p>
<blockquote>
<p>
&quot;I've installed ZDS-II 5.1.1 (IDE for ez80-based boards) on wine (windows emulator for UNIX) and to my surprise, not many changes were needed to make SVN snapshot of NuttX buildable...
&quot;I've installed ZDS-II 5.1.1 (IDE for ez80-based boards) on wine (windows emulator for UNIX) and to my surprise, not many changes were needed to make GIT snapshot of NuttX buildable...
I've tried nsh profile and build process completed successfully.
One remark is necessary: NuttX makefiles for ez80 are referencing <code>cygpath</code> utility.
Wine provides similar thing called <code>winepath</code> which is compatible and offers compatible syntax.
@ -4123,20 +4123,20 @@ pascal-3.0 2011-05-15 Gregory Nutt &lt;gnutt@nuttx.org&gt;
</table>
<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://svn.code.sf.net/p/nuttx/code/trunk/nuttx/ChangeLog?view=log">SourceForge SVN</a>.
<li><b>nuttx</b>.
The ChangeLog for the not-yet-released version of NuttX is available at the bottom of the ChangeLog file that can viewed in the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/ChangeLog">SourceForge GIT</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://svn.code.sf.net/p/nuttx/code/trunk/apps/ChangeLog.txt?view=log">SourceForge SVN</a>.
<li><b>apps</b>.
The ChangeLog for the not-yet-released version of apps is available at the bottom of the ChangeLog file that can viewed in the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/ChangeLog.txt">SourceForge GIT</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://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/ChangeLog?view=log">SourceForge SVN</a>.
<li><b>NxWidgets</b>.
The ChangeLog for the not-yet-released version of NxWidgets is available at the bottom of the ChangeLog file that can viewed in the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/NxWidgets/ChangeLog">SourceForge GIT</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://svn.code.sf.net/p/nuttx/code/trunk/misc/pascal/ChangeLog?view=log">SourceForge SVN</a>.
<li><b>pascal</b>.
The ChangeLog for the not-yet-released version of pascal is available at the bottom of the ChangeLog file that can viewed in the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/pascal/ChangeLog">SourceForge GIT</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://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/ChangeLog?view=log">SourceForge SVN</a>.
<li><b>buildroot</b>.
The ChangeLog for the not-yet-released version of buildroot is available at the bottom of the ChangeLog file that can viewed in the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/buildroot/ChangeLog">SourceForge GIT</a>.
</li>
</ul>
@ -4150,7 +4150,7 @@ pascal-3.0 2011-05-15 Gregory Nutt &lt;gnutt@nuttx.org&gt;
<ul>
<p>
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>.
The current list of NuttX <i>Things-To-Do</i> in GIT <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/TODO">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>

View File

@ -108,7 +108,7 @@
<h2>2.1 <a name="binfmthdr">Binary Loader Header Files</a></h2>
<p>
The interface to the binary loader is described in the header file
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt/binfmt.h?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/binfmt.h">
<code>include/nuttx/binfmt/binfmt.h</code></a>.
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
</p>
@ -458,7 +458,7 @@ void exepath_release(EXEPATH_HANDLE handle);
<h2>3.1 <a name="symtabhdr">Symbol Table Header Files</a></h2>
<p>
The interface to the symbol table logic is described in the header file
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt/symtab.h?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/symtab.h">
<code>include/nuttx/binfmt/symtab.h</code></a>.
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
</p>

View File

@ -17,8 +17,8 @@
<p><b>Getting Started</b>.
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://svn.code.sf.net/p/nuttx/code/trunk/nuttx/README.txt?view=log">here</a>.
That <code>README.txt</code> can also be read online in the NuttX GIT repository
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/README.txt">here</a>.
Just click on &quot;Links to HEAD: (view)&quot; on that page.
</p>
</body>

View File

@ -27,7 +27,7 @@
<li><a href="http://sourceforge.net/projects/nuttx/files/" target="_top">Downloads</a></li>
<li><a href="http://nuttx.org/doku.php?id=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://svn.code.sf.net/p/nuttx/code/trunk/" target="_top">Browse SVN</a></li>
<li><a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/" target="_top">Browse GIT</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>

View File

@ -157,14 +157,14 @@
<ul>
<li>
A dynamic loader that is built into the NuttX core
(See <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/binfmt/">SVN</a>).
(See <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/binfmt/">GIT</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://svn.code.sf.net/p/nuttx/code/trunk/misc/buildroot/toolchain/nxflat/">SVN).
(See <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/buildroot/toolchain/nxflat/">GIT).
</li>
</ul>
@ -287,7 +287,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://svn.code.sf.net/p/nuttx/code/trunk/nuttx/TODO?view=log">TODO</a> list).
(see the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/TODO">TODO</a> list).
As such, NXFLAT is currently in an early alpha phase.
</p>
@ -432,7 +432,7 @@ cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv
<p>
Below is a snippet from an NXFLAT make file (simplified from NuttX
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/nxflat/tests/hello/Makefile?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/examples/nxflat/tests/hello/Makefile">
Hello, World!</a> example.
<p>
<ul><table width="50%">
@ -554,18 +554,18 @@ cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv
<ul>
<li>
The interface to the binary loader is described in the header file
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt/binfmt.h?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/binfmt.h">
<code>include/nuttx/binfmt/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://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt/nxflat.h?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/nxflat.h">
<code>include/nuttx/binfmt/nxflat.h</code></a>.
</li>
<li>
The format of an NXFLAT object itself is described in the header file:
<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/include/nuttx/binfmt/nxflat.h?view=log">
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/include/nuttx/binfmt/nxflat.h">
<code>include/nuttx/binfmt/nxflat.h</code></a>.
</li>
</ul>

View File

@ -571,8 +571,8 @@
<li><code>arch/z80/include/z80</code> and <code>arch/z80/src/z80</code>:
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://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim.
The set 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 and 2.7.0).
</li>
@ -991,8 +991,8 @@
<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://svn.code.sf.net/p/nuttx/code/trunk/misc/sims/z80sim">here</a>.
That simulator can be found in the NuttX GIT
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/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>
@ -1446,7 +1446,7 @@ netutils/
The NuttX build expects to find a version file located in the top-level NuttX build directory.
That version file is called <code>.version</code>.
The correct version file is installed in each versioned NuttX released.
However, if you are working from an SVN snapshot, then there will be no version file.
However, if you are working from an GIT snapshot, then there will be no version file.
If there is no version file, the top-level <code>Makefile</code> will create a dummy <code>.version</code> file on the first make.
This dummy version file will contain all zeroes for version information.
If that is not what you want, they you should run the <code>version.sh</code> script to create a better <code>.version</code> file.
@ -1475,7 +1475,7 @@ Where:
</pre></ul>
<p>
As an example, the following command will generate a version file for version 6.1 using the current SVN revision number:
As an example, the following command will generate a version file for version 6.1 using the current GIT revision number:
</p>
<ul><pre>
tools/version.h -v 6.1 .version

View File

@ -22,287 +22,287 @@
<ul><pre>
.
| - nuttx
| |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/README.txt"><b>README.txt</b></a>
| |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/README.txt"><b>README.txt</b></a>
| |- arch/
| | |
| | |- arm
| | | `- src
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/arm/src/lpc214x/README.txt">lpc214x/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/arm/src/lpc214x/README.txt">lpc214x/README.txt</a>
| | |- avr/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/avr/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/avr/README.txt"><b><i>README.txt</i></b></a>
| | |- sh/
| | | |- include/
| | | | |-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/m16c/README.txt">m16c/README.txt</a>
| | | | |-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/sh1/README.txt">sh1/README.txt</a>
| | | | `-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/include/README.txt">README.txt</a>
| | | | |-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/include/m16c/README.txt">m16c/README.txt</a>
| | | | |-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/include/sh1/README.txt">sh1/README.txt</a>
| | | | `-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/include/README.txt">README.txt</a>
| | | |- src/
| | | | |-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/common/README.txt">common/README.txt</a>
| | | | |-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/m16c/README.txt">m16c/README.txt</a>
| | | | |-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/sh1/README.txt">sh1/README.txt</a>
| | | | `-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/sh/src/README.txt">README.txt</a>
| | | | |-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/src/common/README.txt">common/README.txt</a>
| | | | |-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/src/m16c/README.txt">m16c/README.txt</a>
| | | | |-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/src/sh1/README.txt">sh1/README.txt</a>
| | | | `-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/sh/src/README.txt">README.txt</a>
| | |- x86/
| | | |- include/
| | | | `-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/x86/include/README.txt">README.txt</a>
| | | | `-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/x86/include/README.txt">README.txt</a>
| | | `- src/
| | | `-<a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/x86/src/README.txt">README.txt</a>
| | | `-<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/x86/src/README.txt">README.txt</a>
| | |- z80/
| | | |- src/z80
| | | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/z80/src/z80/README.txt">README.txt</a>
| | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/z80/src/z80/README.txt">README.txt</a>
| | | `- src/z180
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/z80/src/z180/README.txt">README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/z80/src/z180/z180_mmu.txt">z180_mmu.txt</a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/arch/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/z80/src/z180/README.txt">README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/z80/src/z180/z180_mmu.txt">z180_mmu.txt</a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/arch/README.txt"><b><i>README.txt</i></b></a>
| |- configs/
| | |- amber/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/amber/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/amber/README.txt"><b><i>README.txt</i></b></a>
| | |- avr32dev1/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/avr32dev1/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/avr32dev1/README.txt"><b><i>README.txt</i></b></a>
| | |- c5471evm/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/c5471evm/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/c5471evm/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/c5471evm/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/c5471evm/README.txt"><b><i>README.txt</i></b></a>
| | |- cloudctrl/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/cloudctrl/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/cloudctrl/README.txt"><b><i>README.txt</i></b></a>
| | |- compal_e88/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/compal_e88/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/compal_e88/README.txt"><b><i>README.txt</i></b></a>
| | |- compal_e99/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/compal_e99/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/compal_e99/README.txt"><b><i>README.txt</i></b></a>
| | |- demo9s12ne64/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/demo9s12ne64/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/demo9s12ne64/README.txt"><b><i>README.txt</i></b></a>
| | |- ea3131/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ea3131/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ea3131/README.txt"><b><i>README.txt</i></b></a>
| | |- ea3152/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ea3152/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ea3152/README.txt"><b><i>README.txt</i></b></a>
| | |- eagle100/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/eagle100/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/eagle100/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/eagle100/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/eagle100/README.txt"><b><i>README.txt</i></b></a>
| | |- ekk-lm3s9b96/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ekk-lm3s9b96/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ekk-lm3s9b96/README.txt"><b><i>README.txt</i></b></a>
| | |- ez80f910200kitg/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200kitg/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200kitg/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200kitg/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200kitg/README.txt"><b><i>README.txt</i></b></a>
| | |- ez80f910200zco/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt">dhcpd/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/httpd/README.txt">httpd/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/nettest/README.txt">nettest/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/nsh/README.txt">nsh/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/ostest/README.txt">ostest/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/poll/README.txt">poll/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ez80f910200zco/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/ostest/README.txt">dhcpd/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/httpd/README.txt">httpd/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/nettest/README.txt">nettest/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/nsh/README.txt">nsh/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/ostest/README.txt">ostest/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/poll/README.txt">poll/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ez80f910200zco/README.txt"><b><i>README.txt</i></b></a>
| | |- fire-stm32v2/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/fire-stm32v2/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/fire-stm32v2/README.txt"><b><i>README.txt</i></b></a>
| | |- hymini-stm32v/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/RIDE/README.txt">RIDE/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/hymini-stm32v/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/hymini-stm32v/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/hymini-stm32v/RIDE/README.txt">RIDE/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/hymini-stm32v/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/hymini-stm32v/README.txt"><b><i>README.txt</i></b></a>
| | |- kwikstik-k40/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/kwikstik-k40/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/kwikstik-k40/README.txt"><b><i>README.txt</i></b></a>
| | |- lincoln60/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lincoln60/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lincoln60/README.txt"><b><i>README.txt</i></b></a>
| | |- lm3s6432-s2e/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6432-s2e/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6432-s2e/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6432-s2e/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6432-s2e/README.txt"><b><i>README.txt</i></b></a>
| | |- lm3s6965-ek/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s6965-ek/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6965-ek/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6965-ek/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s6965-ek/README.txt"><b><i>README.txt</i></b></a>
| | |- lm3s8962-ek/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lm3s8962-ek/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s8962-ek/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s8962-ek/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lm3s8962-ek/README.txt"><b><i>README.txt</i></b></a>
| | |- lpc4330-xplorer/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/llpc4330-xplorer/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/llpc4330-xplorer/README.txt"><b><i>README.txt</i></b></a>
| | |- lpcxpresso-lpc1768/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/lpcxpresso-lpc1768/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpcxpresso-lpc1768/README.txt"><b><i>README.txt</i></b></a>
| | |- m68332evb/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/m68332evb/include/README.txt">include/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/m68332evb/src/README.txt">src/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/m68332evb/include/README.txt">include/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/m68332evb/src/README.txt">src/README.txt</a>
| | |- mbed/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mbed/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mbed/README.txt"><b><i>README.txt</i></b></a>
| | |- mcu123-lpc214x/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mcu123-lpc214x/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mcu123-lpc214x/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mcu123-lpc214x/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mcu123-lpc214x/README.txt"><b><i>README.txt</i></b></a>
| | |- micropendous3/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/micropendous3/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/micropendous3/README.txt"><b><i>README.txt</i></b></a>
| | |- mirtoo/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mirtoo/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mirtoo/README.txt"><b><i>README.txt</i></b></a>
| | |- mx1ads/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/mx1ads/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mx1ads/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mx1ads/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/mx1ads/README.txt"><b><i>README.txt</i></b></a>
| | |- ne64badge/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ne64badge/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ne64badge/README.txt"><b><i>README.txt</i></b></a>
| | |- ntosd-dm320/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/doc/README.txt">doc/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ntosd-dm320/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ntosd-dm320/doc/README.txt">doc/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ntosd-dm320/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ntosd-dm320/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ntosd-dm320/README.txt"><b><i>README.txt</i></b></a>
| | |- nucleus2g/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/nucleus2g/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/nucleus2g/README.txt"><b><i>README.txt</i></b></a>
| | |- nutiny-nuc120/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/nutiny-nuc120/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/nutiny-nuc120/README.txt"><b><i>README.txt</i></b></a>
| | |- olimex-lpc1766stk/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc1766stk/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-lpc1766stk/README.txt"><b><i>README.txt</i></b></a>
| | |- olimex-lpc2378/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc2378/include/README.txt">include/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-lpc2378/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-lpc2378/include/README.txt">include/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-lpc2378/README.txt"><b><i>README.txt</i></b></a>
| | |- olimex-strp711/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/olimex-strp711/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-strp711/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-strp711/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/olimex-strp711/README.txt"><b><i>README.txt</i></b></a>
| | |- open1788/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/open1788/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/open1788/README.txt"><b><i>README.txt</i></b></a>
| | |- p112/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/p112/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/p112/README.txt"><b><i>README.txt</i></b></a>
| | |- pcblogic-pic32mx/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pcblogic-pic32mx/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pcblogic-pic32mx/README.txt"><b><i>README.txt</i></b></a>
| | |- pic32-starterkit/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pic32-starterkit/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pic32-starterkit/README.txt"><b><i>README.txt</i></b></a>
| | |- pic32mx7mmb/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pic32mx7mmb/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pic32mx7mmb/README.txt"><b><i>README.txt</i></b></a>
| | |- pjrc-8051/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/pjrc-8051/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pjrc-8051/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pjrc-8051/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/pjrc-8051/README.txt"><b><i>README.txt</i></b></a>
| | |- qemu-i486/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/qemu-i486/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/qemu-i486/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/qemu-i486/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/qemu-i486/README.txt"><b><i>README.txt</i></b></a>
| | |- rgmp/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/rgmp/README.txt"><b><i>README.txt</i></b></a>></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/rgmp/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/rgmp/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/rgmp/README.txt"><b><i>README.txt</i></b></a>></a>
| | |- sam3u-ek/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sam3u-ek/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sam3u-ek/README.txt"><b><i>README.txt</i></b></a>
| | |- shenzhou/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/shenzhou/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/shenzhou/README.txt"><b><i>README.txt</i></b></a>
| | |- sim/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sim/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sim/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sim/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sim/README.txt"><b><i>README.txt</i></b></a>
| | |- skp16c26/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/skp16c26/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/skp16c26/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/skp16c26/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/skp16c26/README.txt"><b><i>README.txt</i></b></a>
| | |- stm3210e-eval/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/RIDE/README.txt">RIDE/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3210e-eval/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3210e-eval/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3210e-eval/RIDE/README.txt">RIDE/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3210e-eval/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3210e-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm3220g-eval/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3220g-eval/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3220g-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm3240g-eval/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm3240g-eval/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3240g-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f100rc_generic/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm32f100rc_generic/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f3discovery/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm32f3discovery/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f3discovery/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f4discovery/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/stm32f4discovery/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f4discovery/README.txt"><b><i>README.txt</i></b></a>
| | |- sure-pic32mx/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/sure-pic32mx/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sure-pic32mx/README.txt"><b><i>README.txt</i></b></a>
| | |- teensy/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/teensy/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/teensy/README.txt"><b><i>README.txt</i></b></a>
| | |- twr-k60n512/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/twr-k60n512/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/twr-k60n512/README.txt"><b><i>README.txt</i></b></a>
| | |- ubw32/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/ubw32/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/ubw32/README.txt"><b><i>README.txt</i></b></a>
| | |- us7032evb1/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/bin/README.txt">bin/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/us7032evb1/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/us7032evb1/bin/README.txt">bin/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/us7032evb1/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/us7032evb1/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/us7032evb1/README.txt"><b><i>README.txt</i></b></a>
| | |- vsn/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/vsn/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/vsn/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/vsn/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/vsn/README.txt"><b><i>README.txt</i></b></a>
| | |- xtrs/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/README.txt"><b><i>README.txt</i></b></a>
| | |- z16f2800100zcog/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/ostest/README.txt">ostest/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/pashello/README.txt">pashello/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/xtrs/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/ostest/README.txt">ostest/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/pashello/README.txt">pashello/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/xtrs/README.txt"><b><i>README.txt</i></b></a>
| | |- z80sim/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/include/README.txt">include/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/src/README.txt">src/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z80sim/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z80sim/include/README.txt">include/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z80sim/src/README.txt">src/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z80sim/README.txt"><b><i>README.txt</i></b></a>
| | |- z8encore000zco/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8encore000zco/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8encore000zco/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z8encore000zco/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z8encore000zco/README.txt"><b><i>README.txt</i></b></a>
| | |- z8f64200100kit/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8f64200100kit/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/z8f64200100kit/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z8f64200100kit/ostest/README.txt">ostest/README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/z8f64200100kit/README.txt"><b><i>README.txt</i></b></a>
| | |- zkit-arm-1769/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/zkit-arm-1769/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/zkit-arm-1769/README.txt"><b><i>README.txt</i></b></a>
| | |- zp214xpa/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/zp214xpa/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/configs/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/zp214xpa/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/README.txt"><b><i>README.txt</i></b></a>
| |- drivers/
| | |- lcd/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/lcd/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/drivers/lcd/README.txt"><b><i>README.txt</i></b></a>
| | |- sercomm/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/sercomm/README.txt">README.txt</a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/drivers/sercomm/README.txt">README.txt</a>
| | |- syslog/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/syslog/README.txt">README.txt</a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/drivers/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/drivers/syslog/README.txt">README.txt</a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/drivers/README.txt"><b><i>README.txt</i></b></a>
| |- fs/
| | |- mmap/
| | | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/fs/mmap/README.txt"><b><i>README.txt</i></b></a>
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/fs/mmap/README.txt"><b><i>README.txt</i></b></a>
| | `- nxffs/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/fs/nxffs/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/fs/nxffs/README.txt"><b><i>README.txt</i></b></a>
| |- graphics/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/graphics/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/graphics/README.txt"><b><i>README.txt</i></b></a>
| |- lib/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/lib/README.txt">README.txt</a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/lib/README.txt">README.txt</a>
| |- libc/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/libc/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/libc/README.txt"><b><i>README.txt</i></b></a>
| |- libxx/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/libxx/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/libxx/README.txt"><b><i>README.txt</i></b></a>
| |- mm/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/mm/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/mm/README.txt"><b><i>README.txt</i></b></a>
| |- syscall/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/syscall/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/syscall/README.txt"><b><i>README.txt</i></b></a>
| `- tools/
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/nuttx/tools/README.txt"><b><i>README.txt</i></b></a>
| `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/tools/README.txt"><b><i>README.txt</i></b></a>
|- apps/
| |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/README.txt"><b>README.txt</b></a>
| |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/README.txt"><b>README.txt</b></a>
| |- examples/
| | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/json/README.txt">json/README.txt</a>
| | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/pashello/README.txt">pashello/README.txt</a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/examples/README.txt"><b><i>README.txt</i></b></a>
| | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/examples/json/README.txt">json/README.txt</a>
| | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/examples/pashello/README.txt">pashello/README.txt</a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/examples/README.txt"><b><i>README.txt</i></b></a>
| |- graphics/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/graphics/tiff/README.txt">"<b><i>tiff/README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/graphics/tiff/README.txt">"<b><i>tiff/README.txt</i></b></a>
| |- interpreters/
| | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/interpreters/ficl/README.txt"><b><i>ficl/README.txt</i></b></a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/interpreters/README.txt"><b><i>README.txt</i></b></a>
| | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/interpreters/ficl/README.txt"><b><i>ficl/README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/interpreters/README.txt"><b><i>README.txt</i></b></a>
| |- modbus/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/modbus/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/modbus/README.txt"><b><i>README.txt</i></b></a>
| |- netutils/
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/discover/README.txt">discover/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/ftpc/README.txt">ftpc/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/json/README.txt">json/README.txt</a>
| | | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/telnetd/README.txt">telnetd/README.txt</a>
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/netutils/README.txt"><b><i>README.txt</i></b></a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/netutils/discover/README.txt">discover/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/netutils/ftpc/README.txt">ftpc/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/netutils/json/README.txt">json/README.txt</a>
| | | |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/netutils/telnetd/README.txt">telnetd/README.txt</a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/netutils/README.txt"><b><i>README.txt</i></b></a>
| |- nshlib/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/nshlib/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/nshlib/README.txt"><b><i>README.txt</i></b></a>
| |- NxWidgets/
| | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/NxWidgets/README.txt"><b><i>README.txt</i></b></a>
| | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/NxWidgets/README.txt"><b><i>README.txt</i></b></a>
| `- system/
| |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/i2c/README.txt"><b><i>i2c/README.txt</i></b></a>
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/install/README.txt">install/README.txt</a>
| |- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/system/i2c/README.txt"><b><i>i2c/README.txt</i></b></a>
| `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/apps/system/install/README.txt">install/README.txt</a>
`- NxWidgets
|- Doxygen
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/Doxygen/README.txt"><b><i>README.txt</i></b></a>
| `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/NxWidgets/Doxygen/README.txt"><b><i>README.txt</i></b></a>
|- tools
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/tools/README.txt"><b><i>README.txt</i></b></a>
| `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/NxWidgets/tools/README.txt"><b><i>README.txt</i></b></a>
|- UnitTests
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/UnitTests/README.txt"><b><i>README.txt</i></b></a>
`- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/NxWidgets/README.txt"><b><i>README.txt</i></b></a>
| `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/NxWidgets/UnitTests/README.txt"><b><i>README.txt</i></b></a>
`- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/NxWidgets/README.txt"><b><i>README.txt</i></b></a>
</pre></ul>
</body>
</html>

View File

@ -139,16 +139,6 @@ Downloading from Repositories
https://sourceforge.net/p/nuttx/git
Older versions of NuttX are still available in the old SVN repository.
The GIT repository is, however, the current 'master' and the SVN
repository is no longer maintained. An honest attempt was made to keep
current so as to not disrupt people are used to using the SVN repository.
However, too many authorization-related restrictions were encountered and
the SVN repository has been abandoned. Download instructions for the old
SVN repository are available here:
https://sourceforge.net/p/nuttx/git
Notes about Header Files
------------------------

View File

@ -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).

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -1030,7 +1030,7 @@ Where <subdir> is one of the following:
1. Before you can use this example, you must first install the uClibc++
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

View File

@ -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.

View File

@ -58,7 +58,7 @@ config FAT_DMAMEMORY
Some hardware, however, may require special DMA-capable memory in
order to perform the the transfers. If FAT_DMAMEMORY is defined
then the architecture-specific hardware must provide the funtions
then the architecture-specific hardware must provide the functions
fat_dma_alloc() and fat_dma_free(): fat_dmalloc() will allocate
DMA-capable memory of the specified size; fat_dmafree() is the
corresponding function that will be called to free the DMA-capable

View File

@ -98,7 +98,10 @@ void exit(int status)
status &= 0xff;
/* Perform common task termination logic */
/* Perform common task termination logic. This will get called again later
* through logic kicked off by _exit(). However, we need to call it before
* calling _exit() in order to handle atexit() and on_exit() callbacks.
*/
task_exithook(tcb, status);

View File

@ -99,7 +99,7 @@ static inline void task_cancel_atexit(FAR struct tcb_s *tcb)
FAR struct task_group_s *group = tcb->group;
DEBUGASSERT(group);
/* This behavior applies only to tasks that _exit() */
/* This behavior applies only to tasks that call _exit() */
#ifndef CONFIG_DISABLE_PTHREAD
if ((tcb->flags & TCB_FLAG_TTYPE_MASK) != TCB_FLAG_TTYPE_PTHREAD)
@ -155,7 +155,7 @@ static inline void task_cancel_onexit(FAR struct tcb_s *tcb)
FAR struct task_group_s *group = tcb->group;
DEBUGASSERT(group);
/* This behavior applies only to tasks that _exit() */
/* This behavior applies only to tasks that call _exit() */
#ifndef CONFIG_DISABLE_PTHREAD
if ((tcb->flags & TCB_FLAG_TTYPE_MASK) != TCB_FLAG_TTYPE_PTHREAD)

View File

@ -107,6 +107,15 @@ ifdef HOSTEXEEXT
cmpconfig: cmpconfig$(HOSTEXEEXT)
endif
# kconfig2html - Create an HTML document describing the configuration options
kconfig2html$(HOSTEXEEXT): kconfig2html.c
$(Q) $(HOSTCC) $(HOSTCFLAGS) -o kconfig2html$(HOSTEXEEXT) kconfig2html.c
ifdef HOSTEXEEXT
kconfig2html: kconfig2html$(HOSTEXEEXT)
endif
# mkversion - Convert a .version file into a C version.h file
mkversion$(HOSTEXEEXT): mkconfig.c cfgdefine.c

View File

@ -189,7 +189,6 @@ echo "ARCHCXXFLAGS = ${ARCHCXXFLAGS}" >>"${EXPORTDIR}/build/Make.defs"
cp -LR -p "${TOPDIR}/include" "${EXPORTDIR}/." || \
{ echo "MK: 'cp ${TOPDIR}/include' failed"; exit 1; }
find "${EXPORTDIR}/include" -name .svn | xargs rm -rf
# Copy the startup object file(s)

View File

@ -109,17 +109,17 @@ if [ "X${MAJOR}" = "X${VERSION}" ]; then
fi
MINOR=`echo ${VERSION} | cut -d'.' -f2`
# Get SVN information (if not provided on the command line)
# Get GIT information (if not provided on the command line)
if [ -z "${BUILD}" ]; then
SVNINFO=`svn info 2>/dev/null | fgrep 'Revision:'`
if [ -z "${SVNINFO}" ]; then
echo "SVN version information is not available"
GITINFO=`git log 2>/dev/null | head 1`
if [ -z "${GITINFO}" ]; then
echo "GIT version information is not available"
exit 3
fi
BUILD=`echo ${SVNINFO} | cut -d' ' -f2`
BUILD=`echo ${GITINFO} | cut -d' ' -f2`
if [ -z "${BUILD}" ]; then
echo "SVN build information not found"
echo "GIT build information not found"
exit 4
fi
fi