Skip to content

Commit

Permalink
Update README, LPC1766-STK button improvements, new Make targets, new…
Browse files Browse the repository at this point in the history
… Getting Started document

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
  • Loading branch information
patacongo committed Dec 31, 2011
1 parent ef07859 commit 75d8c2e
Show file tree
Hide file tree
Showing 21 changed files with 446 additions and 125 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2314,3 +2314,9 @@
logic.
*configs/olimex-lpc1766stk/src/up_buttons.c: Add support form the buttons
on the Olimex LPC1766-STK board.
* Makefile: Added 'apps_clean' and 'apps_distclean' target to simplify
managing the state of the application directory while in the NuttX directory
* Documentation/NuttXGettingStarted.html: Added a "Getting Started" Guide
for NuttX. At present, this is just a stub and it refers to the NuttX
top-level README.txt file which is the only, real "Getting Started" Guide
that exists for the time being.
Empty file modified Documentation/NuttX.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/NuttX2-a.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/NuttX2-b.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/NuttX2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/NuttX320.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/NuttXCommercial.html
100755 → 100644
Empty file.
Empty file modified Documentation/NuttXDemandPaging.html
100755 → 100644
Empty file.
157 changes: 79 additions & 78 deletions Documentation/NuttXDocumentation.html
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,78 +1,79 @@
<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>
<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="NuttxGettingStarted.html" target="main">Getting Started</a></li>
<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>
25 changes: 25 additions & 0 deletions Documentation/NuttXGettingStarted.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html>
<head>
<title>NuttX Getting Started</title>
</head>

<body background="backgd.gif">
<hr><hr>
<table width ="100%">
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>Getting Started with NuttX</i></font></big></h1>
<p>Last Updated: December 31, 2011</p>
</td>
</tr>
</table>
<hr><hr>
<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://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/README.txt?view=log">here</a>.
Just click on &quot;Links to HEAD: (view)&quot; on that page.
</p>
</body>
</html>
Empty file modified Documentation/NuttXLinks.html
100755 → 100644
Empty file.
Empty file modified Documentation/NuttXRelated.html
100755 → 100644
Empty file.
Empty file modified Documentation/README.html
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion Documentation/UsbTrace.html
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>README Files</title>
<title>NuttX USB Trace Capability</title>
</head>

<body background="backgd.gif">
Expand Down
Empty file modified Documentation/pm.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/rss.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 75d8c2e

Please sign in to comment.