aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/usb_cdc.h
Commit message (Expand)AuthorAgeFilesLines
* usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.hKevin O'Connor2025-02-151-8/+0
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-1/+0
* usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor2019-11-251-0/+1
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-211-0/+1
* usb_cdc: Add support for detecting a USB level Arduino bootloader requestKevin O'Connor2018-12-241-0/+1
* usb_cdc: Add usb_read_ep0_setup() interface functionKevin O'Connor2018-09-301-0/+1
* usb_cdc: Add support for usb_send_ep0_progmem()Kevin O'Connor2018-09-301-0/+1
* usb_cdc: Rename interface functions to avoid the term "setup"Kevin O'Connor2018-09-301-5/+4
* usb_cdc: Allow USB endpoint ids to be board specificKevin O'Connor2018-08-061-7/+1
* lpc176x: Initial support for serial over usbKevin O'Connor2018-05-251-0/+35