summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 23:45:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 23:45:09 +0000
commit4584ca2634b23656db899717e12df325384fc5be (patch)
tree83f7cd87d0079771567a68eefc9911505e8336c6 /nuttx/ReleaseNotes
parent4226a0268767f3d2f281d4a538d5cf5fde2123ce (diff)
downloadnuttx-4584ca2634b23656db899717e12df325384fc5be.tar.gz
nuttx-4584ca2634b23656db899717e12df325384fc5be.tar.bz2
nuttx-4584ca2634b23656db899717e12df325384fc5be.zip
Prep for 0.4.6 releasenuttx-4.6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1806 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes22
1 files changed, 21 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index f5c67b59a..5900c4f3b 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -863,4 +863,24 @@ This is the 37th release of NuttX. This release focuses on a few new features.
See the Changelog for a detailed description of these changes.
-This tarball contains a complete CVS snapshot from April 19, 2009. \ No newline at end of file
+This tarball contains a complete CVS snapshot from April 19, 2009.
+
+nuttx-0.4.6
+^^^^^^^^^^^
+
+This is the 38th release of NuttX. The release features support for the Micromint
+Eagle-100 development board. This board is based around, the Luminary LM3S6918 MCU.
+This is the first ARM Cortex-M3 architecture supported by Nuttx. This initial, basic
+port includes timer and serial console with configurations to execute the NuttX OS
+test and to run the NuttShell (NSH). Work is still underway on this port and current
+plans are to have I2C, SSI, MMC/SD, and and Ethernet driver in the 0.4.7 release.
+
+Additional work was done on the MXADS i.MX1 port, however, that work has been set
+aside until I complete work on the Eagle-100 (I also need to come up with a 3V power
+supply).
+
+Other changes in this release include: Extensions to the SPI interface definition
+in order to handle 9-bit interfaces to displays. Several bugs were fixed (see the
+ChangeLog for a complete list of changes).
+
+This tarball contains a complete CVS snapshot from May 19, 2009.