summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:40:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:40:11 +0000
commit851a158e138cf10808bc0e1530dfab2bcd9fbde2 (patch)
tree27764e2dc7c2f420c230d05323100c43c3da1c9f /nuttx/ReleaseNotes
parent84666a653aa287f577c4cd92bb3bc8a726bde7e3 (diff)
downloadnuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.tar.gz
nuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.tar.bz2
nuttx-851a158e138cf10808bc0e1530dfab2bcd9fbde2.zip
Prep for 0.3.17 releasenuttx-3.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1098 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes29
1 files changed, 29 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index afb62b837..73de15289 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -650,4 +650,33 @@ diff -u -r1.13 up_internal.h
#endif /* __ASSEMBLY__ */
+nuttx-0.3.17
+^^^^^^^^^^^^
+
+This is the 29th release of NuttX. This release includes the additional support for
+USB in NuttX. The following new features were added:
+
+ * Added support for SPI-based MMC/SD cards (with an SPI driver for the NXP LPC214x).
+ * Added USB storage class device side driver (BBB)
+ * Added an example that demonstrates the USB storage class by exporting the SPI
+ based MMC/SD card on the NXP LPC214x.
+
+This is an early alpha release of these drivers. At present they only work with
+debug features enabled so there are probably some race conditions that occur only
+with debug features disabled (anyone out there with a USB analyzer? I would love
+to know what is happening).
+
+At present USB device controller drivers are included for:
+
+Several important bugs were also fixed in the FAT file system, USB serial driver and
+NXP LPC214x USB controller driver (see the ChangeLog for details).
+
+These changes were verified only on the mcu123.com NXP LPC2148 board using a Linux
+development environment. USB testing was performed using both a Linux host and a WinXP
+host. Please report any errors to me.
+
+This tarball contains a complete CVS snapshot from Octobor 28, 2008.
+
+
+