summaryrefslogtreecommitdiff
path: root/chip/stm32/usb-stream.c
Commit message (Expand)AuthorAgeFilesLines
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-291-1/+4
* consumer: Remove flush operationNicolas Boichat2017-12-181-10/+0
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-161-2/+8
* servo_micro: add parity settingNick Sanders2017-07-131-0/+36
* chip/stm32/usb-stream: Fix rx_read queue space comparisonNicolas Boichat2017-03-221-1/+1
* usb: Cleanup headersNicolas Boichat2017-03-161-1/+1
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* update case closed debugging partial mode policyVincent Palatin2015-09-081-2/+7
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-261-5/+5
* USB: Fix memcpy routinesAnton Staaf2015-04-131-6/+8
* USB-Stream: Switch to handling packets in a deferred hookAnton Staaf2015-04-131-36/+27
* USB Stream: Make RX and TX buffer sizes configurableAnton Staaf2015-03-031-2/+10
* Producer/Consumer: Convert USART and USB Stream driversAnton Staaf2015-03-021-102/+25
* stm32-USB: Initial USB bulk endpoint stream driverAnton Staaf2014-09-231-0/+216