Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.h | Kevin O'Connor | 2025-02-15 | 1 | -8/+0 |
* | usb_cdc: Rename usb_request_bootloader() to bootloader_request() | Kevin O'Connor | 2022-07-29 | 1 | -1/+0 |
* | usb_cdc: Add a usb_fill_serial() helper function | Kevin O'Connor | 2019-11-25 | 1 | -0/+1 |
* | lpc176x: read chip id and use as usb serial. (#2184) | Matt Baker | 2019-11-21 | 1 | -0/+1 |
* | usb_cdc: Add support for detecting a USB level Arduino bootloader request | Kevin O'Connor | 2018-12-24 | 1 | -0/+1 |
* | usb_cdc: Add usb_read_ep0_setup() interface function | Kevin O'Connor | 2018-09-30 | 1 | -0/+1 |
* | usb_cdc: Add support for usb_send_ep0_progmem() | Kevin O'Connor | 2018-09-30 | 1 | -0/+1 |
* | usb_cdc: Rename interface functions to avoid the term "setup" | Kevin O'Connor | 2018-09-30 | 1 | -5/+4 |
* | usb_cdc: Allow USB endpoint ids to be board specific | Kevin O'Connor | 2018-08-06 | 1 | -7/+1 |
* | lpc176x: Initial support for serial over usb | Kevin O'Connor | 2018-05-25 | 1 | -0/+35 |