summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
commit209ab89e4e8f77ebc00f54d1d7d4a32de874b455 (patch)
tree91b1f48ae7d3dc2f0aa2d83f8ae5120b7d9bad77 /nuttx/ChangeLog
parent19b8bf8f79b7f678e2d2c473bf07ecb1add9fb42 (diff)
downloadnuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.gz
nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.bz2
nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.zip
Documentatin update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fbb8d1b4a..500540aaa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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.
+