summaryrefslogtreecommitdiff
path: root/chip/stm32/usb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix memcpy routinesAnton Staaf2015-04-131-21/+20
* USB: fix memcpy_to_usbramAnton Staaf2015-02-171-3/+9
* usb: fix sysjumpVincent Palatin2015-01-081-0/+2
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-081-3/+57
* USB: Add setup packet struct and parsing routineAnton Staaf2014-12-081-0/+9
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-021-2/+3
* stm32: Do not wait for USB host if USB is disabledVic Yang2014-11-211-0/+5
* USB: Enable finer grain control over init processAnton Staaf2014-11-131-1/+4
* USB: Add support for board specific connect/disconnectAnton Staaf2014-11-111-31/+1
* USB: Remove special case for iVersion string descriptorAnton Staaf2014-11-041-6/+0
* pd: dingdong/hoho: Include product VDO in discovery identity.Todd Broch2014-10-311-1/+5
* pd: dingdong/hoho: inhibit USB Billboard.Todd Broch2014-10-311-8/+25
* ryu_p2: Set alternate function for USB D+/D- pinsVic Yang2014-10-221-0/+6
* usb: export firmware versionVincent Palatin2014-10-111-3/+8
* usb: Groundwork for USB BOS & Billboard class descriptors.Todd Broch2014-10-111-2/+19
* usb: allow reading descriptors larger than 64 bytesVincent Palatin2014-10-111-29/+50
* usb: add CONFIG_USB_INHIBIT to prevent automatically starting USBDominic Chen2014-08-161-1/+27
* usb: fix bug with multiple usb interfacesDominic Chen2014-07-281-1/+1
* usb: send correct device descriptor length, and null set address responseDominic Chen2014-07-081-1/+3
* stm32: add USB driverVincent Palatin2014-06-181-0/+263