aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x
Commit message (Expand)AuthorAgeFilesLines
* usb_cdc: Add support for detecting a USB level Arduino bootloader requestKevin O'Connor2018-12-241-0/+5
* spicmds: Check for an incorrect mode in spicmds.cKevin O'Connor2018-11-301-1/+1
* lpc176x: Enable full speed peripheral clocks on SPI and I2CKevin O'Connor2018-11-213-2/+8
* lpc176x: Add an enable_peripheral_clock() helper functionKevin O'Connor2018-11-214-5/+23
* lpc176x: Convert i2c code to use standard i2ccmds.cKevin O'Connor2018-11-143-10/+28
* lpc176x: Divide system clock within timer; not on system busKevin O'Connor2018-10-181-0/+3
* 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
* lpc176x: Add support for gpio_x_reset()Kevin O'Connor2018-08-272-15/+44
* Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGINGKevin O'Connor2018-08-271-1/+1
* usb_cdc: Allow USB endpoint ids to be board specificKevin O'Connor2018-08-062-1/+12
* lpc176x: Use common cmsis-core filesKevin O'Connor2018-08-061-2/+2
* lpc176x: Add support for SPIKevin O'Connor2018-07-184-0/+91
* mcp4451: Add initial support for programming the mcp4451 on lpc176xKevin O'Connor2018-06-292-1/+101
* lpc176x: Build with LCD supportKevin O'Connor2018-06-181-0/+1
* lpc176x: Add a dummy "make flash" command to advise users on how to flashKevin O'Connor2018-05-251-0/+8
* lpc176x: Add build rules for smoothieware bootloader supportKevin O'Connor2018-05-252-1/+10
* lpc176x: Initial support for serial over usbKevin O'Connor2018-05-254-1/+303
* lpc176x: Add ADC supportKevin O'Connor2018-05-253-0/+100
* lpc176x: Enable watchdogKevin O'Connor2018-05-251-0/+23
* lpc176x: Add support for GPIO pinsKevin O'Connor2018-05-253-1/+115
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-257-0/+280