summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_otgfsdev.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to...Gregory Nutt2014-10-071-4/+0
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mod...Gregory Nutt2014-10-071-20/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* STM32 OTGFS device: Various changes to try to reduce that amount of time in ...Gregory Nutt2014-07-221-12/+11
* Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFI...Gregory Nutt2014-04-251-1/+3
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+2
* STM32 OTG FS device and host drivers extended so that they can support either...Gregory Nutt2013-11-101-6/+24
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng...Gregory Nutt2013-07-081-8/+14
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-1/+0
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+5
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-281-2/+5
* STM32 OTF FS device patches from Petteri Aimonen (patches 0001-0003)patacongo2013-02-281-12/+102
* More STM32 F4 USB patches from Petteripatacongo2013-02-151-21/+0
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-20/+119
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-6/+17
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-301-56/+5
* The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
* LM4F update from JPpatacongo2013-01-301-9/+22
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-081-2/+11
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+12
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+15
* Evolving STM32 USB host supportpatacongo2012-08-161-5/+21
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-171-0/+0
* Need to enable USB reset interruptpatacongo2012-05-291-1/+2
* STM32 OTF FS device. USB console now works for me. Some of these changes ar...patacongo2012-05-281-20/+76
* STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC...patacongo2012-05-271-3/+29
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-4/+8
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-0/+15
* Fix STM32 OTG FS device driver FIFO setuppatacongo2012-04-131-20/+62
* Kconfig updatepatacongo2012-04-121-5/+5
* Add logic to hold off processing OUT SETUP request until OUT data phase compl...patacongo2012-04-121-54/+195
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-1/+1
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-12/+67
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-1/+2
* Correction to the ZLP fix for the STM32 F4 OTG FS driverpatacongo2012-04-111-1/+17
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-3/+13
* more updates for the STM32 OTG FS device driverpatacongo2012-04-101-11/+11
* Updated STM32 OTG FS device driverpatacongo2012-04-101-9/+69
* Fixes for the STM32 OTG FS device driverpatacongo2012-04-101-70/+73
* A few early STM32 OTF FS fixespatacongo2012-04-091-87/+108
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-3/+3
* The STM32 OTG FS driver is code completepatacongo2012-04-091-321/+488
* Updated STM32 OTG FS device driverpatacongo2012-04-081-36/+183
* Updated STM32 OTG FS device driverpatacongo2012-04-081-411/+409
* Finish analysis of OUT data path in STM32 OTG FS device driverpatacongo2012-04-081-73/+266
* Add partial TxFIFO logic to STM32 OTG FS device driverpatacongo2012-04-071-76/+194
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-46/+147
* Add RX interrupt logic to the STM32 OTG FS device driverpatacongo2012-04-061-262/+474