summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-11 19:44:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-11 19:44:36 +0000
commitbe8373a51ca9d70debecae387df06b621890cbf7 (patch)
tree597ef47861040d7c95a45c0986aa847d12c76215 /nuttx/ReleaseNotes
parente8c8fbc77576a24a9af5ea800ec33cf90a466678 (diff)
downloadpx4-nuttx-be8373a51ca9d70debecae387df06b621890cbf7.tar.gz
px4-nuttx-be8373a51ca9d70debecae387df06b621890cbf7.tar.bz2
px4-nuttx-be8373a51ca9d70debecae387df06b621890cbf7.zip
Prep for 5.3 releasenuttx-5.3
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2589 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 1b676103f..0b329f101 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1178,3 +1178,24 @@ implementation of the NuttShell (NSH).
An extended release will follow and should include SDIO-based SD card
support and device USB.
+
+nuttx-5.3
+^^^^^^^^^
+
+This is the 50th release of NuttX. This release suport for one new achitecture:
+
+ * A basic port for the NXP LPC2378 MCU on the Olimex-LPC2378 development board
+ was contributed by Rommel Marcelo.
+
+And extensions to two existing architures:
+
+ * David Hewson contributed a dual-speed (full/high) USB device-side driver
+ for the NXP LPC3131 on the Embedded Artists EA3131 development board.
+ * A DMA driver and a high speed MCI driver for the Atmel AT91SAM3U are
+ included (but not fully tested in this release).
+
+Two important bugfix was also included:
+
+ * An important fix to the USB mass storage driver was contributed by
+ David Hewson.
+ * A serious error in the AT91SAM3U PIO handling was fixed.