summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-11 17:52:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-11 17:52:36 -0600
commit2a817aaf19030b551a0153ff45de9bb759c418ad (patch)
tree26fde02d4bfdb363a6e18ac56c5384deb2679b97 /nuttx/ChangeLog
parent861253baf26635b4bc6f8092bbddaaebbabc09dd (diff)
downloadnuttx-2a817aaf19030b551a0153ff45de9bb759c418ad.tar.gz
nuttx-2a817aaf19030b551a0153ff45de9bb759c418ad.tar.bz2
nuttx-2a817aaf19030b551a0153ff45de9bb759c418ad.zip
SAMA5: Add support for initialization of the USB host and mass storage class
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 45262a4d4..4cf104efc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5364,3 +5364,5 @@
* drivers/usbhost/usbhost_hidkbd.c and usbhost_storage.c: Correct some
compilation errors when pre-allocated class structures are used. Also
eliminate some warnings about uninitialized variables (2013-8-11).
+ * configs/sama5d3x-ek/src/sam_usb.c and related files: Add support for
+ initialization of the USB host and mass storage class device (2013-8-11).