summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* Fix one warning. There are a couple of others that look like real problemsGregory Nutt2014-11-281-2/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRI...Gregory Nutt2014-04-281-1/+3
* Back out a small part of the recent STM32 usbdev fix. From David SidraneGregory Nutt2013-11-071-10/+1
* STM32 F1 USB: Fix OUT SETUP command bug. From David SidraneGregory Nutt2013-11-071-135/+255
* STM32 F1 USB device: Fix handling of EP0 start for large buffers; Add suppor...Gregory Nutt2013-11-051-14/+121
* arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the...Gregory Nutt2013-10-311-1/+0
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-291-2/+10
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+3
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-121-28/+1
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-1/+28
* Fix some errors in how STM32 USB F3 state was being handled. Fix is correct,...patacongo2013-02-111-53/+59
* Fixes to get USB working on STM32 F3patacongo2013-02-101-4/+4
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-0/+8
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-3/+32
* More updates for the STM32F3Discoverypatacongo2013-02-061-14/+14
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-0/+14
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-2/+2
* A little STM32 logic in the PIC32 USB driverpatacongo2011-12-281-5/+5
* Changes to tools to support MAC OSpatacongo2011-12-271-2/+2
* Fix STM32 USB overrun problem (again, still)patacongo2011-12-181-3/+5
* Fix a critical bug in the STM32 USB device-side driverpatacongo2011-12-171-39/+45
* Correct USB mass storage memory leakpatacongo2011-07-261-2/+9
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-51/+88
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* Fixes for recent header file reorganizationpatacongo2009-12-291-1/+0
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-239/+241
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-20/+36
* Should not returned queued read requests on a resetpatacongo2009-12-011-12/+16
* Fix handling of pending OUT transfers; if we clear CTR_RX first, we lose size...patacongo2009-11-041-14/+23
* Status not being set when transfer started via epsubmit()patacongo2009-11-031-25/+24
* If SETUP received, that also means the end of a previous TXpatacongo2009-11-031-3/+2
* Non-standard requests handled by class caused controller errorspatacongo2009-11-021-1/+5
* Fix EP configure switch valuepatacongo2009-11-021-1/+1
* Fix case where both RX and TX enabledpatacongo2009-11-021-68/+18
* Sometimes RX status is not NAKpatacongo2009-11-021-267/+262
* Fix RX status setuppatacongo2009-11-021-74/+84
* Fix compilation error with register debug offpatacongo2009-11-011-0/+2
* Need to send ZLP at end of no-data setuppatacongo2009-11-011-50/+47
* Fix endian-ness issue in SETUPpatacongo2009-11-011-66/+110
* Fix direction logic in the submit methodpatacongo2009-10-311-5/+12
* Fix PMA addressing issuespatacongo2009-10-311-39/+79
* Integration updatespatacongo2009-10-311-80/+129
* Fix size of BTABLEpatacongo2009-10-311-5/+6
* Enhanced debug; need a delay after removing PWDNpatacongo2009-10-311-44/+101
* Misc integration fixespatacongo2009-10-301-10/+14
* USB integration in progresspatacongo2009-10-301-43/+71
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
* Fix default NVIC prioritypatacongo2009-10-291-2/+2