Updated documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@22 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
eed9c51a9a
commit
979bf1cced
@ -22,10 +22,40 @@
|
||||
|
||||
<h1>Supported Platforms</h1>
|
||||
|
||||
<li>x86 Linux Simulation. Fully functional.</li>
|
||||
<li>ARM7 (TI C5471). In progress -- my board is dead at the moment</li>
|
||||
<li>8051. In progress</li>
|
||||
<li>Freescale M68. Next in the queue</li>
|
||||
<ul>
|
||||
<li><b>x86 Linux Simulation</b>. Fully functional.</li>
|
||||
<li>TI <b>TMS320C5471</b> (also called <b>TMS320DM180</b>).
|
||||
NuttX operates on the ARM7 of this dual core processor.
|
||||
This port uses the <a href="http://www.spectrumdigital.com/">Spectrum Digital</a>
|
||||
evaluation board with a GNU arm-elf toolchain*.
|
||||
This port is in progress and partially functional (However,
|
||||
my board is dead at the moment so it will be awhile before I fix it)</li>
|
||||
<li><b>8051 Microcontroller</b>.
|
||||
This port uses the <a href="http://www.pjrc.com/">PJRC</a> 87C52 development system
|
||||
and the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain.
|
||||
This port will require a few more weeks before it is ready for time prime.</li>
|
||||
<li><b>Motorola (Freescale) MC68HC908GP32 Microcontroller</b>.
|
||||
Using the Axiom CMS8GP32 development board.
|
||||
This is next in the queue.</li?
|
||||
<li><b>Other ports</b>.
|
||||
I also have partial ports for the TI TMS320DM270 and for MIPS.
|
||||
</ul>
|
||||
|
||||
<blockquote>* A highly modified <a href="http://buildroot.uclibc.org/">buildroot</a>
|
||||
is available that be used to build a NuttX-compatible arm-elf toolchain.</blockquote>
|
||||
|
||||
<h1>Memory Footprint</h1>
|
||||
|
||||
<p>To be provided</p>
|
||||
|
||||
<h1>Licensing</h1>
|
||||
|
||||
<p>NuttX is available under the highly permissive
|
||||
<a href="http://en.wikipedia.org/wiki/BSD_license">BSD license</a>.
|
||||
Other than some fine print that you agree to respect my copyright
|
||||
you should feel absolutely free to use NuttX in any environment and
|
||||
without any concern for jeopardizing any proprietary software that
|
||||
you may link with it.</p>
|
||||
|
||||
<h1>Other Documentation</h1>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>XFLAT Banner</title>
|
||||
<title>NuttX Banner</title>
|
||||
</head>
|
||||
<body background="backgd.gif">
|
||||
<table width="100%">
|
||||
|
@ -1,11 +1,11 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Nuttx Porting Manual</title>
|
||||
<title>NuttX Porting Manual</title>
|
||||
<meta name="author" content="Gregory Nutt">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body background="backgd.gif">
|
||||
<hr>
|
||||
<center><h1><i>Under Construction</i></h1></center>
|
||||
<hr>
|
||||
|
@ -1,11 +1,16 @@
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>Nuttx Users Manual</TITLE>
|
||||
<TITLE>NuttX Users Manual</TITLE>
|
||||
<META NAME="AUTHOR" CONTENT="Gregory Nutt">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<body background="backgd.gif">
|
||||
<hr>
|
||||
<hr>
|
||||
<center><h1><i>Under Construction</i></h1></center>
|
||||
<hr>
|
||||
<hr>
|
||||
<CENTER><BIG><B>
|
||||
Nuttx Operating System
|
||||
<P>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>eXtended FLAT</title>
|
||||
<title>NuttX</title>
|
||||
</head>
|
||||
<frameset rows="75,*" framespacing="0" border="0" frameborder="0">
|
||||
<frame name="header" scrolling="no" target="main" src="NuttXBanner.html" marginwidth="0" marginheight="0">
|
||||
|
Loading…
Reference in New Issue
Block a user