summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
Commit message (Expand)AuthorAgeFilesLines
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mod...Gregory Nutt2014-10-071-14/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-2/+2
* STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it shou...Gregory Nutt2014-04-171-1/+5
* STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpo...Gregory Nutt2014-04-171-8/+10
* STM32 OTGFS Host: Additional trace points from LeoGregory Nutt2014-04-161-3/+12
* Updates to the STM32 OTGFS host logic from LeoGregory Nutt2014-04-151-17/+12
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-5/+5
* STM32 OTF FS host: Use of OTGFX_VTRACEn_ macros must match use of usbhost_tra...Gregory Nutt2014-04-121-7/+7
* STM32 OTG FS Hose and others: Remove some warningsGregory Nutt2014-04-121-9/+7
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-121-25/+28
* STM32 OTGFS: Host USB tracing instrumentation added by LeoGregory Nutt2014-04-121-23/+94
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* STM32 OTG FS device and host drivers extended so that they can support either...Gregory Nutt2013-11-101-1/+14
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-3/+3
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-0/+34
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-3/+5
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-131-1/+1
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-14/+21
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-4/+3
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-7/+10
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-2/+2
* Fix a backward conditional that cause the STM32 usb host driver to fail to de...Gregory Nutt2013-06-061-2/+2
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-23/+30
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-291-1/+1
* I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-281-31/+51
* Slightly improved delay logic for the USB hostpatacongo2012-08-281-18/+30
* This appears to fix the NAK-issues for IN data transfers. Still an issue wit...patacongo2012-08-281-141/+246
* Some STM32 USB OTG FS driver fixespatacongo2012-08-271-3/+18
* Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-271-52/+95
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-251-1/+5
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-22/+42
* STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo2012-08-231-8/+21
* Fixes several STM32 USB OTG FS host MSC write transferspatacongo2012-08-231-135/+251
* STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo2012-08-221-135/+134
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-221-164/+181
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-9/+29
* Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-228/+214
* Early STM32 USB OTF FS host debug changespatacongo2012-08-201-45/+58
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-103/+112
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-127/+178
* Progress on STM32 OTG FS host driverpatacongo2012-08-201-228/+830
* STM32 USB host driver updatepatacongo2012-08-181-44/+965
* More STM32 USB host logicpatacongo2012-08-171-535/+917
* Evolving STM32 USB host supportpatacongo2012-08-161-939/+166
* A little more STM32 USB host logicpatacongo2012-08-151-1/+21
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-151-0/+2695