summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 15:20:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 15:20:14 +0000
commit74fd8cf3e0f788c69c6299d8c37b80ab3bab98c9 (patch)
tree90ed9a03b308e50424203da7c1d88523cbce67f0 /nuttx/ChangeLog
parent45d04be87af60e5f002c0539ac87181c7583cdab (diff)
downloadpx4-nuttx-74fd8cf3e0f788c69c6299d8c37b80ab3bab98c9.tar.gz
px4-nuttx-74fd8cf3e0f788c69c6299d8c37b80ab3bab98c9.tar.bz2
px4-nuttx-74fd8cf3e0f788c69c6299d8c37b80ab3bab98c9.zip
Prep for 6.5 releasenuttx-6.5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3730 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 259b9947b..ce9c92235 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1808,13 +1808,13 @@
some networks: CONFIG_NET_BUFSIZE should be set to at least 576 in
all defconfig files. This has only been fixed in this defconfig file.
-6.5 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+6.5 2011-06-21 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
+ * arch/avr/src/atmega and arch/avr/include/atmega: Adds support for the
Atmel AVR ATMega family.
- * arch/avr/src/at90usb and arch/avr/include/at90usb: Addes support for the
+ * arch/avr/src/at90usb and arch/avr/include/at90usb: Adds 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
@@ -1822,9 +1822,11 @@
* 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.
- * configs/teensy: Adds a board configuration for the PJRC Teensy++ 2.0 boar
+ * configs/teensy: Adds a board configuration for the PJRC Teensy++ 2.0 board
that features an Atmel AT90USB1286 MCU.
* fs/fat: Offsets, sector numbers, etc. need to be off_t, not size_t. size_t
is intended to be the maximum size of a memory object, not a file offset. This
does not make any difference except on systems (like the AVR) where size_t
is only 16-bits.
+
+6.6 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>