diff --git a/ChangeLog b/ChangeLog
index fbb8d1b4a26..500540aaacd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1809,3 +1809,17 @@
all defconfig files. This has only been fixed in this defconfig file.
6.5 2011-xx-xx Gregory Nutt Last Updated: June 6, 2011 Last Updated: June 8, 2011
@@ -1455,6 +1455,53 @@
NuttX RTOS
-
+ ATMega128. + 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. +
++ STATUS: + 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. +
++ AT9USB64x and AT9USB6128x. + This port of NuttX to the Opendous Micropendous 3 board. The Micropendous3 is + may be populated with an AT90USB646, 647, 1286, or 1287. +
++ STATUS: + 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. +
+
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>
diff --git a/arch/README.txt b/arch/README.txt
index 13e5bd7c550..8aa5f2d909d 100644
--- a/arch/README.txt
+++ b/arch/README.txt
@@ -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
diff --git a/configs/README.txt b/configs/README.txt
index 509e57281ab..09600d38658 100644
--- a/configs/README.txt
+++ b/configs/README.txt
@@ -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.