9
0
Fork 0

Documentation update

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3811 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2011-07-22 13:02:27 +00:00
parent fceb0c1861
commit 5c6f29eab5
6 changed files with 271 additions and 39 deletions

View File

@ -339,7 +339,14 @@ void nximage_image(NXWINDOW hwnd)
for (i = 0; i < SCALED_WIDTH; i++)
{
g_runs[0].run[i] = nximage_avgcolor(g_runs[0].run[i], g_runs[1].run[i]);
/* Only average if the corresponding pixels in each row differ */
nxgl_mxpixel_t pix0 = g_runs[0].run[i];
nxgl_mxpixel_t pix1 = g_runs[1].run[i];
if (pix0 != pix1)
{
g_runs[0].run[i] = nximage_avgcolor(pix0, pix1);
}
}
#endif

View File

@ -1649,6 +1649,10 @@
</p>
</td>
</tr>
<tr>
<td><br></td>
<td><br></td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
@ -1672,21 +1676,23 @@
All code is complete for the basic NuttX port including header files for all AT32UC3* peripherals.
The untested AVR32 code was present in the 5.12 release of NuttX.
Since then, the basic RTOS port has solidified:
<ul>
<li>
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://www.nuttx.org/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.
At present, I get nothing coming in the serial RXD line (probably because the pins are configured wrong or I have the MAX232 connected wrong).
</li>
</ul>
The basic, port (including the verified apps/examples/ostest configuration) was be released in NuttX-5.13.
A complete port will include drivers for additional AVR32 UC3 devices -- like SPI and USB --- and will be available in a later release,
time permitting.
</p>
<ul>
<li>
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://www.nuttx.org/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.
At present, I get nothing coming in the serial RXD line (probably because the pins are configured wrong or I have the MAX232 connected wrong).
</li>
</ul>
<p>
The basic, port (including the verified apps/examples/ostest configuration) was be released in NuttX-5.13.
A complete port will include drivers for additional AVR32 UC3 devices -- like SPI and USB --- and will be available in a later release,
time permitting.
</p>
</ul>
</td>
@ -1867,6 +1873,10 @@
</p>
</td>
</tr>
<tr>
<td><br></td>
<td><br></td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">

View File

@ -0,0 +1,73 @@
<html>
<head>
<title>NuttX Links</title>
</head>
<body background="backgd.gif">
<table width="100%>
<tr>
<td colspan="2">&nbsp</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttXLinks.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Project Links</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttxDocumentation.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Documentation</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttXRelated.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Related Projects</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<img height="20" width="20" src="favicon.ico">
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Commercial Sites</b></i></font>
</td>
</tr>
<tr>
<td>&nbsp</td>
<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://www.2g-eng.com" target="top">2G Engineering</a></li>
<li><a href="http://isotel.eu/Home/" target="top">ISOTEL Research</a></li>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://download.famouswhy.com/nuttx/" target="_blank">
<img src="http://download.famouswhy.com/awards/Famous_Software_Award_Logo.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://www.fiberdownload.com/Download/26542/NuttX" target="_blank">
<img src="editor_pick_2.png" alt="NuttX" style="border:0">
<img src="award2_151_50.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,78 @@
<html>
<head>
<title>NuttX Links</title>
</head>
<body background="backgd.gif">
<table width="100%>
<tr>
<td colspan="2">&nbsp</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttXLinks.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Project Links</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<img height="20" width="20" src="favicon.ico">
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>NuttX Documentation</b></i></font>
</td>
</tr>
<tr>
<td>&nbsp</td>
<td>
<li><a href="NuttxUserGuide.html" target="main">User Guide</a></li>
<li><a href="NuttxPortingGuide.html" target="main">Porting Guide</a></li>
<li><a href="NuttShell.html" target="main">NuttShell (NSH)</a></li>
<li><a href="NuttXNxFlat.html" target="main">NXFLAT</a></li>
<li><a href="NXGraphicsSubsystem.html" target="main">NX Graphics</a></li>
<li><a href="NuttXDemandPaging.html" target="main">Demand Paging</a></li>
<li><a href="README.html" target="main">README Files</a></li>
<li><a href="ChangeLog.txt" target="main">Change Log</a></li>
<li><a href="TODO.txt" target="main">To-Do List</a></li>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttXRelated.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Related Projects</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttxCommercial.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Commercial Sites</b></i></font>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://download.famouswhy.com/nuttx/" target="_blank">
<img src="http://download.famouswhy.com/awards/Famous_Software_Award_Logo.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://www.fiberdownload.com/Download/26542/NuttX" target="_blank">
<img src="editor_pick_2.png" alt="NuttX" style="border:0">
<img src="award2_151_50.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
</table>
</body>
</html>

View File

@ -31,40 +31,33 @@
</tr>
<tr>
<td align="center" valign="top" width="22">
<img height="20" width="20" src="favicon.ico">
<a href="NuttxDocumentation.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>NuttX Documentation</b></i></font>
<font color="#3c34ec"><i><b>Documentation</b></i></font>
</td>
</tr>
<tr>
<td>&nbsp</td>
<td>
<li><a href="NuttxUserGuide.html" target="main">User Guide</a></li>
<li><a href="NuttxPortingGuide.html" target="main">Porting Guide</a></li>
<li><a href="NuttShell.html" target="main">NuttShell (NSH)</a></li>
<li><a href="NuttXNxFlat.html" target="main">NXFLAT</a></li>
<li><a href="NXGraphicsSubsystem.html" target="main">NX Graphics</a></li>
<li><a href="NuttXDemandPaging.html" target="main">Demand Paging</a></li>
<li><a href="README.html" target="main">README Files</a></li>
<li><a href="ChangeLog.txt" target="main">Change Log</a></li>
<li><a href="TODO.txt" target="main">To-Do List</a></li>
</tr>
<tr>
<td align="center" valign="top" width="22">
<img height="20" width="20" src="favicon.ico">
<a href="NuttXRelated.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Commercial Sites</b></i></font>
<font color="#3c34ec"><i><b>Related Projects</b></i></font>
</td>
</tr>
<tr>
<td>&nbsp</td>
<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://www.2g-eng.com" target="top">2G Engineering</a></li>
<li><a href="http://isotel.eu/Home/" target="top">ISOTEL Research</a></li>
<td align="center" valign="top" width="22">
<a href="NuttxCommercial.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Commercial Sites</b></i></font>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">

View File

@ -0,0 +1,71 @@
<html>
<head>
<title>NuttX Links</title>
</head>
<body background="backgd.gif">
<table width="100%>
<tr>
<td colspan="2">&nbsp</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttXLinks.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Project Links</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttxDocumentation.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Documentation</b></i></font>
</td>
</tr>
<tr>
<td align="center" valign="top" width="22">
<img height="20" width="20" src="favicon.ico">
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Related Projects</b></i></font>
</td>
</tr>
<tr>
<td>&nbsp</td>
<td>
<li><a href="http://osmocom.org/" target="top">Osmocom-BB</a></li>
<li><a href="http://rgmp.sourceforge.net/wiki/index.php/Main_Page" target="top">RGMP</a></li>
</tr>
<tr>
<td align="center" valign="top" width="22">
<a href="NuttxCommercial.html">
<img height="20" width="20" src="favicon.ico">
</a>
</td>
<td bgcolor="#e4e4e4">
<font color="#3c34ec"><i><b>Commercial Sites</b></i></font>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://download.famouswhy.com/nuttx/" target="_blank">
<img src="http://download.famouswhy.com/awards/Famous_Software_Award_Logo.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<a href="http://www.fiberdownload.com/Download/26542/NuttX" target="_blank">
<img src="editor_pick_2.png" alt="NuttX" style="border:0">
<img src="award2_151_50.png" alt="NuttX" style="border:0">
</a>
</td>
</tr>
</table>
</body>
</html>