aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/usbserial.c
Commit message (Expand)AuthorAgeFilesLines
* lpc176x: Move chip id code from usbserial.c to new file chipid.cKevin O'Connor2019-11-261-37/+0
* usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor2019-11-251-23/+14
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-211-0/+46
* lpc176x: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-4/+3
* lpc176x: Move irq handler code above irq setupKevin O'Connor2019-08-221-30/+35
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-091-0/+1
* lpc176x: refactor usbserial to use udelay helper.Matt Baker2019-04-061-3/+1
* lpc176x: force minimum usb disconnect timeMatt Baker2019-04-061-0/+2
* lpc176x: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-3/+5
* lpc176x: Explicitly disconnect USB on a bootloader requestKevin O'Connor2019-03-311-1/+7
* lpc176x: Add mechanism for entering the bootloader from a USB signalKevin O'Connor2019-01-131-0/+9
* lpc176x: Pass gpio id to gpio_peripheral()Kevin O'Connor2019-01-041-3/+3
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-041-1/+1
* usb_cdc: Add support for detecting a USB level Arduino bootloader requestKevin O'Connor2018-12-241-0/+5
* usb_cdc: Add usb_read_ep0_setup() interface functionKevin O'Connor2018-09-301-0/+6
* usb_cdc: Rename interface functions to avoid the term "setup"Kevin O'Connor2018-09-301-7/+7
* usb_cdc: Allow USB endpoint ids to be board specificKevin O'Connor2018-08-061-1/+2
* lpc176x: Initial support for serial over usbKevin O'Connor2018-05-251-0/+297