NuttXGettingStarted.html 851 B

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <title>NuttX Getting Started</title>
  4. </head>
  5. <body background="backgd.gif">
  6. <hr><hr>
  7. <table width ="100%">
  8. <tr align="center" bgcolor="#e4e4e4">
  9. <td>
  10. <h1><big><font color="#3c34ec"><i>Getting Started with NuttX</i></font></big></h1>
  11. <p>Last Updated: December 31, 2011</p>
  12. </td>
  13. </tr>
  14. </table>
  15. <hr><hr>
  16. <p><b>Getting Started</b>.
  17. There is no &quot;Getting Started&quot; Guide for NuttX yet.
  18. 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.
  19. That <code>README.txt</code> can also be read online in the NuttX GIT repository
  20. <a href="https://bitbucket.org/nuttx/nuttx/src/master/README.txt" target="_blank">here</a>.
  21. Just click on &quot;Links to HEAD: (view)&quot; on that page.
  22. </p>
  23. </body>
  24. </html>