summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_console.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Minor cleanup of magic number commonly used in STM32 USBBrian J. Nemec2020-06-041-1/+2
* util: enable chargen for USB consoleNamyoon Woo2020-01-151-0/+5
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32: Decouple printf logic from directly calling USB console driverWai-Hong Tam2019-05-111-56/+67
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-161-2/+5
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+2
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* update case closed debugging partial mode policyVincent Palatin2015-09-081-2/+5
* 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