aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/NuttX.html24
-rw-r--r--nuttx/Documentation/NuttXCommercial.html1
-rw-r--r--nuttx/Documentation/NuttXLinks.html4
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html2
-rw-r--r--nuttx/Documentation/NxWidgets.html14
-rw-r--r--nuttx/Documentation/index.html2
-rw-r--r--nuttx/Documentation/redirect.html20
7 files changed, 47 insertions, 20 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index f22ab418c..06b61a4de 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1675,7 +1675,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
This port uses Serial-to-Ethernet Reference Design Kit (<a href="http://www.ti.com/tool/rdk-s2e">RDK-S2E</a>)
and has similar support as for the other Stellaris family members.
Configurations are available for the OS test and for the NuttShell (NSH)
- (see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ (see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
The NSH configuration including networking support with a Telnet NSH console.
This port was contributed by Mike Smith.
</p>
@@ -1854,7 +1854,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
A configuration to support the NuttShell is also included.
NuttX version 5.4 adds support for the HX8347 LCD on the SAM3U-EK board.
This LCD support includes an example using the
- <a href=" http://nuttx.sourceforge.net/NXGraphicsSubsystem.html">NX graphics system</a>.
+ <a href=" http://www.nuttx.org/Documentation/NXGraphicsSubsystem.html">NX graphics system</a>.
NuttX version 6.10 adds SPI support.
</p>
<p>
@@ -1930,7 +1930,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
That initial, 5.6, basic release included <i>timer</i> interrupts and a <i>serial console</i> and was
verified using the NuttX OS test (<code>apps/examples/ostest</code>).
Configurations available include include a verified NuttShell (NSH) configuration
- (see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ (see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
The NSH configuration supports the Nucleus2G's microSD slot and additional configurations
are available to exercise the the USB serial and USB mass storage devices.
However, due to some technical reasons, neither the SPI nor the USB device drivers are fully verified.
@@ -1971,7 +1971,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
</p>
<p>
Verified configurations are now available for the NuttX OS test,
- for the NuttShell with networking and microSD support(NSH, see the <a href="ttp://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>),
+ for the NuttShell with networking and microSD support(NSH, see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>),
for the NuttX network test, for the <a href="http://acme.com/software/thttpd">THTTPD</a> webserver,
for USB serial deive and USB storage devices examples, and for the USB host HID keyboard driver.
Support for the USB host mass storage device can optionally be configured for the NSH example.
@@ -2054,7 +2054,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<b>STATUS:</b>
As of this writing, the basic port is complete and passes the NuttX OS test.
An additional, validated configuration exists for the NuttShell (NSH, see the
- <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
This basic TWR-K60N512 first appeared in NuttX-6.8.
Ethernet and SD card (SDHC) drivers also exist:
The SDHC driver is partially integrated in to the NSH configuration but has some outstanding issues;
@@ -2083,7 +2083,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<li><b>NuttX-6.12</b>
The basic port is complete and first appeared in NuttX-6.12.
The initial port passes the NuttX OS test and includes a validated configuration for the NuttShell (NSH, see the
- <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>) as well as several other configurations.
+ <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>) as well as several other configurations.
</li>
<li><b>NuttX-6.13-6.16</b>
Additional drivers and configurations were added in NuttX 6.13-6.16.
@@ -2266,7 +2266,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
a &quot;Hello, World!!&quot; example that demonstrates initialization of the OS,
creation of a simple task, and serial console output as well as a somewhat
simplified NuttShell (NSH) configuration (see the
- <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
</p>
<p>
An SPI driver and a USB device driver exist for the AT90USB as well
@@ -2349,7 +2349,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
The port successfully passes the NuttX OS test (apps/examples/ostest).
</li>
<li>
- A NuttShell (NSH) configuration is in place (see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ A NuttShell (NSH) configuration is in place (see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
Testing of that configuration has been postponed (because it got bumped by the Olimex LPC1766-STK port).
Current Status: I think I have a hardware problem with my serial port setup.
There is a good chance that the NSH port is complete and functional, but I am not yet able to demonstrate that.
@@ -2502,7 +2502,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
The NSH configuration includes support for a serial console and for the SST25 serial FLASH and the PGA117 amplifier/multiplexer on board the module.
The NSH configuration is set up to use the NuttX wear-leveling FLASH file system (NXFFS).
The PGA117, however, is not yet fully integrated to support ADC sampling.
- See the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a> for further information about NSH.
+ See the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a> for further information about NSH.
The first verified port to the Mirtoo module was available with the NuttX 6.20 release.
</p>
</ul>
@@ -2524,7 +2524,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<p>
<b>STATUS:</b>
The basic port is code complete and fully verified in NuttX 6.13.
- Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
</p>
<li><b>UBW32 Board from Sparkfun</b>
This is the port to the Sparkfun UBW32 board.
@@ -2535,7 +2535,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<p>
<b>STATUS:</b>
The basic port is code complete and fully verified in NuttX 6.18.
- Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
USB has not yet been fully tested but on first pass appears to be functional.
</p>
</ul>
@@ -2562,7 +2562,7 @@ svn checkout -r5206 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
This NuttX port is code complete and has considerable test testing.
The port for this board was completed in NuttX 6.11, but still required a few bug fixes before it will be ready for prime time.
The fully verified port first appeared in NuttX 6.13.
- Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://nuttx.sourceforge.net/NuttShell.html">NSH User Guide</a>).
+ Available configurations include the OS test and the NuttShell (NSH - see the <a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
An untested USB device-side driver is available in the source tree.
A more complete port would include support of the USB OTG port and of the LCD display on this board.
Those drivers are not yet available as of this writing.
diff --git a/nuttx/Documentation/NuttXCommercial.html b/nuttx/Documentation/NuttXCommercial.html
index a3d4766f9..9161df40d 100644
--- a/nuttx/Documentation/NuttXCommercial.html
+++ b/nuttx/Documentation/NuttXCommercial.html
@@ -50,6 +50,7 @@
<td>
<li><a href="http://www.nx-engineering.com" target="main">NX-Engineering</a></li>
<li><a href="http://www.raztek-inc.com" target="main">Raztek Solutions</a></li>
+ <li><a href="http://nscdg.com/" target="main">North Shore Design Group</a></li>
<li><a href="http://www.2g-eng.com" target="top">2G Engineering</a></li>
<li><a href="http://isotel.eu/Home/" target="top">ISOTEL Research</a></li>
<li><a href="http://www.dspworks.in/" target="top">DSPWorks</a></li>
diff --git a/nuttx/Documentation/NuttXLinks.html b/nuttx/Documentation/NuttXLinks.html
index b69a354fa..647607e11 100644
--- a/nuttx/Documentation/NuttXLinks.html
+++ b/nuttx/Documentation/NuttXLinks.html
@@ -18,14 +18,14 @@
<tr>
<td>&nbsp</td>
<td>
- <li><a href="http://nuttx.sourceforge.net/NuttX.html" target="main">Home</a></li>
+ <li><a href="http://www.nuttx.org/Documentation/NuttX.html" target="main">Home</a></li>
<li><a href="http://sourceforge.net/projects/nuttx/develop" target="_top">SourceForge</a></li>
<li><a href="http://freshmeat.net/projects/nuttx/" target="_top">FreshMeat</a></li>
<li><a href="http://tech.groups.yahoo.com/group/nuttx/" target="_top">Forum</a></li>
<li><a href="https://www.ohloh.net/p/nuttx" target="_top">Ohloh</a></li>
<li><a href="http://www.oschina.net/p/nuttx" target="_top">OSChina</a></li>
<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://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="freeports.html" target="header">Free Ports</a></li>
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 21ae44144..bf2a0cc4f 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4222,7 +4222,7 @@ build
<li>
<code>CONFIG_PAGING</code>: If set =y in your configation file, this setting will
enable the on-demand paging feature as described in
- <a href="http://nuttx.sourceforge.net/NuttXDemandPaging.html">NuttXDemandPaging.html</a>.
+ <a href="http://www.nuttx.org/Documentation/NuttXDemandPaging.html">NuttXDemandPaging.html</a>.
</li>
</ul>
diff --git a/nuttx/Documentation/NxWidgets.html b/nuttx/Documentation/NxWidgets.html
index 1678d9ebe..548ab5e0a 100644
--- a/nuttx/Documentation/NxWidgets.html
+++ b/nuttx/Documentation/NxWidgets.html
@@ -62,21 +62,27 @@
<ul>
<li>
<b>NxWidgets-1.0</b>:
- <a href="http://www.nx-engineering.com/nxwidgets_v1_0/">Documentation</a>, and
+ <a href="http://nuttx.org/nxwidgets_v1_0/index.html">Documentation</a>, and
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.0/">Downloads</a>
</li>
- <li>
+ <li>http://nuttx.org/nxwidgets_v1_0/
<b>NxWidgets-1.1</b>:
- <a href="http://www.nx-engineering.com/nxwidgets_v1_1/">Documentation</a>,
+ <a href="http://nuttx.org/nxwidgets_v1_1/index.html">Documentation</a>,
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.1/">Release notes</a>, and
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.1/">Downloads</a>
</li>
<li>
<b>NxWidgets-1.2</b>:
- <a href="http://www.nx-engineering.com/nxwidgets_v1_2/">Documentation</a>,
+ <a href="http://nuttx.org/nxwidgets_v1_2/index.html">Documentation</a>,
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.2/">Release notes</a>, and
<a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.2/">Downloads</a>
</li>
+ <li>
+ <b>NxWidgets-1.3</b>:
+ <a href="http://nuttx.org/nxwidgets_v1_2/index.html">Documentation</a>,
+ <a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.3/">Release notes</a>, and
+ <a href="http://sourceforge.net/projects/nuttx/files/NxWidgets/NxWidgets-1.3/">Downloads</a>
+ </li>
</p>
<p>
Thanks go to Jose Pablo Carballo for contributing this!
diff --git a/nuttx/Documentation/index.html b/nuttx/Documentation/index.html
index da4c107f0..ea2e3a327 100644
--- a/nuttx/Documentation/index.html
+++ b/nuttx/Documentation/index.html
@@ -12,7 +12,7 @@
<body>
<p>
This page uses frames, but your browser doesn't support them.
- Try this <a href="http://nuttx.sourceforge.net/NuttX.html">link</a>.
+ Try this <a href="http://www.nuttx.org/Documentation/NuttX.html">link</a>.
</p>
</body>
</noframes>
diff --git a/nuttx/Documentation/redirect.html b/nuttx/Documentation/redirect.html
new file mode 100644
index 000000000..13e75cd05
--- /dev/null
+++ b/nuttx/Documentation/redirect.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>The NuttX RTOS</title>
+<meta http-equiv="REFRESH" content="5;url=http://nuttx.org"></HEAD>
+<body background="backgd.gif">
+<table width ="100%">
+ <tr align="center" bgcolor="#e4e4e4">
+ <td>
+ <h1><big><font color="#3c34ec"><i>The NuttX RTOS</i></font></big></h1>
+ </td>
+ </tr>
+</table>
+<hr><hr>
+<big><center>
+ The NuttX RTOS web site has moved to <a href="http://nuttx.org">nuttx.org</a>.
+ Please update your bookmarks and wait while you are redirected there.
+</center></big>
+</body>
+</html>