summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-11 17:11:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-11 17:11:32 -0600
commit861253baf26635b4bc6f8092bbddaaebbabc09dd (patch)
tree969b6f71c51570630ce385df30d5989adb284093 /nuttx/ChangeLog
parent90d17e48b58e3fbffbe8b4d6b2476ba8bf23797d (diff)
downloadnuttx-861253baf26635b4bc6f8092bbddaaebbabc09dd.tar.gz
nuttx-861253baf26635b4bc6f8092bbddaaebbabc09dd.tar.bz2
nuttx-861253baf26635b4bc6f8092bbddaaebbabc09dd.zip
Add untested OHCI driver for the SAMA5; structure naming and header files for USB host initialization prototypes
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ad37d615b..45262a4d4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5352,3 +5352,15 @@
(2013-8-10).
* arch/arm/src/stm32/Kconfig and stm32_serial.c: Added option to
disable serial port reordering. From Lorenz Meier (2013-8-10).
+ * arch/arm/src/sama5/Kconfig, sam_ohci.c, and
+ arch/arm/src/sama5/sam_clockconfig.c: Add a OHCI driver for the SAMA5.
+ Untested on initial check-in (2013-8-11).
+ * include/nuttx/usb/usbhost.h, arch/arm/src/stm32, arch/arm/src/lpc17xx,
+ and include/nuttx/usb/usbhost.h, and nuttx/configs/<stm32-boards>:
+ Move prototype of usbhost_initialize() of usbhost.h and into
+ architecture specific files. This is necessasrybecause some chips
+ (like the SAMA5) have multiple, different USB host interfaces
+ (2013-8-11).
+ * 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).