summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 02:19:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 02:19:16 +0000
commit56b5a053b7b0dabcb48601c37962f1886287dbe2 (patch)
treec95f88e651b9846169ac9c15ece4aa736a1ddddb /nuttx/ReleaseNotes
parenteff92131b7e16a38840e0f0aa5cfca2c5b84a5fc (diff)
downloadnuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.tar.gz
nuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.tar.bz2
nuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.zip
Prep for 5.7 releasenuttx-5.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2760 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 3ee34a588..219f2cf01 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1279,4 +1279,22 @@ This release also includes the beginnings of a port for the NXP LPC1768 MCU. Ho
it is too early for that port to be useful (stay tuned for a future announce of the
availability of the LPC1768 port).
+nuttx-5.7
+^^^^^^^^^
+This is the 54th release of NuttX. This release adds basic support for one new
+ARM Cortex-M3 architecture:
+
+ * Added support for NXP LPC1768 MCU as provided on the Nucleus 2G board from
+ 2G Engineering (http://www.2g-eng.com).
+ * Some initial files for the LPC17xx family were released in NuttX 5.6, but the
+ first functional release for the NXP LPC1768/Nucleus2G occured with NuttX 5.7.
+ * That initial basic release included timer interrupts and a serial console and was
+ verified using the NuttX OS test.
+ * That release includes a verified NuttShell (NSH) configuration
+ (see the http://www.nuttx.org/NuttShell.html).
+ * Also included are unverified SPI and USB device drivers.
+
+Further efforts include: (1) development of a DMA support library, (2) SPI-based MMC/SD
+support, and (3) verification of the USB driver. Watch for announcement of the completed
+LPC1768 port expected in NuttX-5.8.