summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-23/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5386 42af7a65-404d-4744-a932-0658087f49c3
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
* I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-281-31/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5065 42af7a65-404d-4744-a932-0658087f49c3
* Slightly improved delay logic for the USB hostpatacongo2012-08-281-18/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5064 42af7a65-404d-4744-a932-0658087f49c3
* This appears to fix the NAK-issues for IN data transfers. Still an issue ↵patacongo2012-08-281-141/+246
| | | | | | with OUT git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5063 42af7a65-404d-4744-a932-0658087f49c3
* Some STM32 USB OTG FS driver fixespatacongo2012-08-271-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5059 42af7a65-404d-4744-a932-0658087f49c3
* Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-271-52/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5058 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-251-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-22/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5051 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo2012-08-231-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5049 42af7a65-404d-4744-a932-0658087f49c3
* Fixes several STM32 USB OTG FS host MSC write transferspatacongo2012-08-231-135/+251
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5048 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo2012-08-221-135/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5047 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-221-164/+181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5046 42af7a65-404d-4744-a932-0658087f49c3
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-9/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
* Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-228/+214
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5043 42af7a65-404d-4744-a932-0658087f49c3
* Early STM32 USB OTF FS host debug changespatacongo2012-08-201-45/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5042 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-103/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5040 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-127/+178
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5039 42af7a65-404d-4744-a932-0658087f49c3
* Progress on STM32 OTG FS host driverpatacongo2012-08-201-228/+830
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5037 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB host driver updatepatacongo2012-08-181-44/+965
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5035 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 USB host logicpatacongo2012-08-171-535/+917
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5034 42af7a65-404d-4744-a932-0658087f49c3
* Evolving STM32 USB host supportpatacongo2012-08-161-939/+166
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5031 42af7a65-404d-4744-a932-0658087f49c3
* A little more STM32 USB host logicpatacongo2012-08-151-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5029 42af7a65-404d-4744-a932-0658087f49c3
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-151-0/+2695
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5028 42af7a65-404d-4744-a932-0658087f49c3