From 861253baf26635b4bc6f8092bbddaaebbabc09dd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Aug 2013 17:11:32 -0600 Subject: Add untested OHCI driver for the SAMA5; structure naming and header files for USB host initialization prototypes --- nuttx/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nuttx/ChangeLog') 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/: + 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). -- cgit v1.2.3