summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-10 01:40:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-10 01:40:41 +0000
commit69e39235a6200a27cf6f83be1013ed6a56434f7a (patch)
treef04f46cf95e2ab53d9590d7101e50a8b5063ef93 /nuttx/ReleaseNotes
parent208e3a09ebffccb6f8d61bc63174be067d46ee85 (diff)
downloadpx4-nuttx-69e39235a6200a27cf6f83be1013ed6a56434f7a.tar.gz
px4-nuttx-69e39235a6200a27cf6f83be1013ed6a56434f7a.tar.bz2
px4-nuttx-69e39235a6200a27cf6f83be1013ed6a56434f7a.zip
Prep for 5.13 releasenuttx-5.13
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3093 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes39
1 files changed, 39 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index e5f19836d..6077b654b 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1454,3 +1454,42 @@ Other notable changes in NuttX-5.12:
was made before verifying this port in order to get the important
bugfix in place.
* Other miscellaneous bugfix and enhancements as noted in the ChangeLog.
+
+nuttx-5.13
+^^^^^^^^^^
+
+This is the 60th release of NuttX. Headlines for this release include:
+
+ * AVR32, www.mcuzone.com AVR32DEV1
+
+ The port for the www.mcuzone.com AVRDEV1 board based on the Atmel
+ AT32UC3B0256 MCU was (almost) fully integrated. The port now
+ successfully passes the NuttX OS test (examples/ostest). A
+ NuttShell (NSH) configuration is in place (see the NSH User Guide at
+ http://www.nuttx.org/NuttShell.html). Testing of that NSH
+ configuration, however, has been postponed (because it got bumped
+ by the Olimex LPC1766-STK port -- see below)
+
+ Current Status: I think I have a hardware problem with my serial
+ port setup. There is a good chance that the NSH port is complete
+ and functional, but I am not yet able to demonstrate that. At
+ present, I get nothing coming in the serial RXD line (probably
+ because the pins are configured wrong or I have the MAX232
+ connected wrong).
+
+ A complete port will include drivers for additional AVR32 UC3
+ devices -- like SPI and USB --- and will be available in a later
+ release, time permitting.
+
+ * LPC1766, Olimex LPC1766-STK
+
+ Support for the Olimex-LPC1766 is newly added to NuttX and is
+ still undergoing development, test, and integration. Verified
+ configurations for the NuttX OS test and for the NuttShell (NSH,
+ see the NSH User Guide at http://www.nuttx.org/NuttShell.html.
+ Additional USB configurations are in the release as well, but
+ they have not yet been verified. Goals for NuttX-5.14 include:
+ (1) An Ethernet driver, (2) Verified USB support, and (3) SD
+ card support.
+
+ * Additional changes and bugfixes as detailed in the ChangeLog.