Documentatin update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
db4a213355
commit
faa9c3927d
14
ChangeLog
14
ChangeLog
@ -1809,3 +1809,17 @@
|
||||
all defconfig files. This has only been fixed in this defconfig file.
|
||||
|
||||
6.5 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* arch/avr/src/avr and arch/avr/include/avr: Adds general support for
|
||||
the Atmel 8-bit AVR family.
|
||||
* arch/avr/src/atmega and arch/avr/include/atmega: Addes support for the
|
||||
Atmel AVR ATMega family.
|
||||
* arch/avr/src/at90usb and arch/avr/include/at90usb: Addes support for the
|
||||
Atmel AVR AT90USB family.
|
||||
* configs/micropendous3: Adds a board configuration for the Opendous
|
||||
Micropendous 3 board. This board may be populated with several different
|
||||
members of the Atmel AVR AT90USB family.
|
||||
* configs/amber: This is a placehold for the Atmel ATMega128 Amber Web
|
||||
Server from SoC Robotics. Not much present in this directory on initial
|
||||
check-in.
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||
<p>Last Updated: June 6, 2011</p>
|
||||
<p>Last Updated: June 8, 2011</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1455,6 +1455,53 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
<b>Atmel AVR</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<b>ATMega128</b>.
|
||||
This port of NuttX to the Amber Web Server from SoC Robotics
|
||||
(http://www.soc-robotics.com/index.htm) is underway. The Amber Web Server is
|
||||
based on an Atmel ATMega128.
|
||||
</p>
|
||||
<ul>
|
||||
<p>
|
||||
<b>STATUS:</b>
|
||||
This port a work in progress. It is in the early stage at approximately code
|
||||
complete but with no testing. This port may be verified for the NuttX 6.5 release.
|
||||
</p>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td><hr></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<b>AT9USB64x</b> and <b>AT9USB6128x</b>.
|
||||
This port of NuttX to the Opendous Micropendous 3 board. The Micropendous3 is
|
||||
may be populated with an AT90USB646, 647, 1286, or 1287.
|
||||
</p>
|
||||
<ul>
|
||||
<p>
|
||||
<b>STATUS:</b>
|
||||
This port a work in progress. It is in the early stage at approximately code
|
||||
complete but with no testing. This port may be verified for the NuttX 6.5 release.
|
||||
</p>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
@ -2259,6 +2306,20 @@ buildroot-1.10 2011-05-06 <spudmonkey@racsa.co.cr>
|
||||
<ul><pre>
|
||||
nuttx-6.5 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* arch/avr/src/avr and arch/avr/include/avr: Adds general support for
|
||||
the Atmel 8-bit AVR family.
|
||||
* arch/avr/src/atmega and arch/avr/include/atmega: Addes support for the
|
||||
Atmel AVR ATMega family.
|
||||
* arch/avr/src/at90usb and arch/avr/include/at90usb: Addes support for the
|
||||
Atmel AVR AT90USB family.
|
||||
* configs/micropendous3: Adds a board configuration for the Opendous
|
||||
Micropendous 3 board. This board may be populated with several different
|
||||
members of the Atmel AVR AT90USB family.
|
||||
* configs/amber: This is a placehold for the Atmel ATMega128 Amber Web
|
||||
Server from SoC Robotics. Not much present in this directory on initial
|
||||
check-in.
|
||||
|
||||
|
||||
apps-6.5 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
pascal-3.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
@ -226,6 +226,16 @@ arch/avr
|
||||
This directory is dedicated to ports to the Atmel AVR (8-bit) and AVR32 (32-bit)
|
||||
MCU families. STATUS: Under development.
|
||||
|
||||
arch/avr/include/avr and arch/avr/src/avr
|
||||
Common support for all 8-bit VR MCUs
|
||||
|
||||
arch/avr/include/atmega and arch/avr/src/atmega
|
||||
Support specifically for the AVR ATMega family (specifically only for
|
||||
the ATMega128 at the moment).
|
||||
|
||||
arch/avr/include/at90usb and arch/avr/src/at90usb
|
||||
Support specifically for the AVR AT90USB646, 647, 1286, and 1287 family.
|
||||
|
||||
arch/avr/include/avr32 and arch/avr/src/avr32
|
||||
Common support for all AVR32 MCUs
|
||||
|
||||
@ -246,6 +256,15 @@ arch/m68322
|
||||
A work in progress.
|
||||
STATUS: Stalled for the time being.
|
||||
|
||||
arch/mips
|
||||
This directory is dedicated to ports to the MIPS family.
|
||||
|
||||
arch/mips/include/mips32 and arch/mips/src/mips32
|
||||
Common support for all MIPS32 architectures
|
||||
|
||||
arch/mips/include/pic32mx and arch/mips/src/pic32mx
|
||||
Support for all MicroChip PIC32MX architectures
|
||||
|
||||
arch/rgmp
|
||||
|
||||
RGMP stands for RTOS and GPOS on Multi-Processor. RGMP is a project
|
||||
|
@ -982,6 +982,10 @@ setenv.sh -- This is a script that you can include that will be installed at
|
||||
Supported Boards
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
configs/amber
|
||||
This is placeholder for the SoC Robotics Amber Web Server that is based
|
||||
on the Atmel AVR ATMega128 MCU. There is not much there yet.
|
||||
|
||||
configs/avr32dev1
|
||||
This is a port of NuttX to the Atmel AVR32DEV1 board. That board is
|
||||
based on the Atmel AT32UC3B0256 MCU and uses a specially patched
|
||||
@ -1054,6 +1058,11 @@ configs/mcu123-lpc214x
|
||||
lpc214x development board. This OS is also built with the arm-elf
|
||||
toolchain*. The port supports serial, timer0, spi, and usb.
|
||||
|
||||
configs/micropendous3
|
||||
This is a port to the Opendous Micropendous 3 board. This board may
|
||||
be populated with either an AVR AT90USB646, 647, 1286, or 1287 MCU.
|
||||
Support is configured for the AT90USB647.
|
||||
|
||||
configs/mx1ads
|
||||
This is a port to the Motorola MX1ADS development board. That board
|
||||
is based on the Freescale i.MX1 processor. The i.MX1 is an ARM920T.
|
||||
|
Loading…
x
Reference in New Issue
Block a user