aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/spi.c
Commit message (Expand)AuthorAgeFilesLines
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-251-2/+2
* lpc176x: Fix spi mode bitsKevin O'Connor2020-07-101-1/+1
* lpc176x: Add support for ssp1 (#2393)akatik2020-01-141-22/+37
* lpc176x: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-1/+0
* lpc176x: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-2/+5
* 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
* 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-211-1/+4
* lpc176x: Add support for SPIKevin O'Connor2018-07-181-0/+81