index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lpc176x
/
usbserial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lpc176x: Move chip id code from usbserial.c to new file chipid.c
Kevin O'Connor
2019-11-26
1
-37
/
+0
*
usb_cdc: Add a usb_fill_serial() helper function
Kevin O'Connor
2019-11-25
1
-23
/
+14
*
lpc176x: read chip id and use as usb serial. (#2184)
Matt Baker
2019-11-21
1
-0
/
+46
*
lpc176x: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
1
-4
/
+3
*
lpc176x: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
1
-30
/
+35
*
armcm_timer: Unify udelay() implementation
Kevin O'Connor
2019-06-09
1
-0
/
+1
*
lpc176x: refactor usbserial to use udelay helper.
Matt Baker
2019-04-06
1
-3
/
+1
*
lpc176x: force minimum usb disconnect time
Matt Baker
2019-04-06
1
-0
/
+2
*
lpc176x: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
1
-3
/
+5
*
lpc176x: Explicitly disconnect USB on a bootloader request
Kevin O'Connor
2019-03-31
1
-1
/
+7
*
lpc176x: Add mechanism for entering the bootloader from a USB signal
Kevin O'Connor
2019-01-13
1
-0
/
+9
*
lpc176x: Pass gpio id to gpio_peripheral()
Kevin O'Connor
2019-01-04
1
-3
/
+3
*
lpc176x: Move enable_peripheral_clock to main.c
Kevin O'Connor
2019-01-04
1
-1
/
+1
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+5
*
usb_cdc: Add usb_read_ep0_setup() interface function
Kevin O'Connor
2018-09-30
1
-0
/
+6
*
usb_cdc: Rename interface functions to avoid the term "setup"
Kevin O'Connor
2018-09-30
1
-7
/
+7
*
usb_cdc: Allow USB endpoint ids to be board specific
Kevin O'Connor
2018-08-06
1
-1
/
+2
*
lpc176x: Initial support for serial over usb
Kevin O'Connor
2018-05-25
1
-0
/
+297