summaryrefslogtreecommitdiff
path: root/chip/g/usb_console.c
Commit message (Expand)AuthorAgeFilesLines
* g: add CONFIG_USB_CONSOLE_DEFAULT_DISABLEDMarius Schilder2020-03-201-6/+11
* Revert "g: minor fix in putting a character into usb_console tx queue"Namyoon Woo2019-06-191-19/+21
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Revert "g: consolidate USB console transfer codes to usb-stream"Namyoon Woo2019-06-181-74/+10
* g: minor fix in putting a character into usb_console tx queueNamyoon Woo2019-06-141-21/+19
* g: consolidate USB console transfer codes to usb-streamNamyoon Woo2019-06-141-11/+75
* chip/g: prevent USB read queue overflowNamyoon Woo2019-04-261-1/+5
* g: add CONFIG_USB_CONSOLE_CRCMarius Schilder2018-02-241-0/+23
* chip/g: Fix usb_console read-onlyRandall Spangler2017-09-011-4/+14
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+1
* g: increase usb console TX buffer size to 4KVadim Bendebury2016-08-011-1/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-5/+5
* g: fix usb console LF handlingVadim Bendebury2016-04-181-13/+9
* cr50: forward console through USBMary Ruthven2016-04-071-90/+185
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* update case closed debugging partial mode policyVincent Palatin2015-09-081-3/+6
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-10/+5
* cr50: allow using ccprintf() early in the processVadim Bendebury2015-04-301-6/+5
* cr50: add USB supportVincent Palatin2015-04-021-0/+266