summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_console.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Do not wait for USB host if USB is disabledVic Yang2014-11-211-0/+3
* usb: extend console buffer to 64 bytesVincent Palatin2014-11-211-1/+1
* ryu: Enable PD/EC console over USBAnton Staaf2014-11-131-0/+12
* USB: Fix console code to work with old and new USB peripheralsAnton Staaf2014-11-111-3/+4
* USB-console: Add string names for console interfacesAnton Staaf2014-10-291-1/+1
* USB: Add simple serial subclass supportAnton Staaf2014-10-291-2/+2
* USB-console: Reclaim two bulk endpointsAnton Staaf2014-10-291-66/+58
* USB-console: Don't wait in interrupt contextsAnton Staaf2014-10-281-1/+2
* usb: add USB console driverVincent Palatin2014-07-171-0/+245