Update README, LPC1766-STK button improvements, new Make targets, new Getting Started document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -28,6 +28,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<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="NuttxUserGuide.html" target="main">User Guide</a></li>
|
||||||
<li><a href="NuttxPortingGuide.html" target="main">Porting 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="NuttShell.html" target="main">NuttShell (NSH)</a></li>
|
||||||
|
|||||||
@@ -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 "Getting Started" 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 "Links to HEAD: (view)" on that page.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>README Files</title>
|
<title>NuttX USB Trace Capability</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body background="backgd.gif">
|
<body background="backgd.gif">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 451 B |