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 + + * 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. + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 85c7ea1d494..934cd36f9d2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 6, 2011

+

Last Updated: June 8, 2011

@@ -1455,6 +1455,53 @@

+ + + + + Atmel AVR + + + +
+ +

+ 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. +

+ + + + +
+
+ + +
+ +

+ 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. +

+ + + + @@ -2259,6 +2306,20 @@ buildroot-1.10 2011-05-06 <spudmonkey@racsa.co.cr>