summaryrefslogtreecommitdiff
path: root/chip/g/usb-stream.h
Commit message (Expand)AuthorAgeFilesLines
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-12-101-0/+8
* g: try batching USB stream data under heavy loadVadim Bendebury2019-07-171-1/+21
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-07-171-10/+4
* g: reduce a mem copy in usb upstream transferNamyoon Woo2019-07-171-6/+11
* g: add rx_handled into USB_STREAM_CONFIGNamyoon Woo2019-07-171-2/+6
* usb: Cleanup headersNicolas Boichat2017-06-301-0/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-6/+6
* g: Add USB_STREAM_CONFIG_FULL macro to usb-stream.hBill Richardson2016-04-111-12/+41
* cr50: add support for creating multiple serial endpointsMary Ruthven2016-04-071-0/+192