klipper/src/lpc176x
Kevin O'Connor 6ab16d2407 usb_cdc: Rename interface functions to avoid the term "setup"
Use "ep0" when referring to endpoint0 - don't use "setup" as that can
be confused with the low-level usb setup token.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-09-30 14:09:55 -04:00
..
Kconfig Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING 2018-08-27 11:09:47 -04:00
Makefile lpc176x: Use common cmsis-core files 2018-08-06 23:36:05 -04:00
gpio.c lpc176x: Add support for gpio_x_reset() 2018-08-27 12:40:38 -04:00
gpio.h lpc176x: Add support for gpio_x_reset() 2018-08-27 12:40:38 -04:00
i2c.c mcp4451: Add initial support for programming the mcp4451 on lpc176x 2018-06-29 21:20:12 -04:00
internal.h lpc176x: Add initial support for LPC176x processors 2018-05-25 11:52:13 -04:00
main.c lpc176x: Enable watchdog 2018-05-25 11:52:13 -04:00
serial.c lpc176x: Add initial support for LPC176x processors 2018-05-25 11:52:13 -04:00
spi.c lpc176x: Add support for SPI 2018-07-18 10:11:29 -04:00
timer.c lpc176x: Initial support for serial over usb 2018-05-25 11:52:13 -04:00
usb_cdc_ep.h usb_cdc: Allow USB endpoint ids to be board specific 2018-08-06 23:36:05 -04:00
usbserial.c usb_cdc: Rename interface functions to avoid the term "setup" 2018-09-30 14:09:55 -04:00