aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/serial.c
Commit message (Expand)AuthorAgeFilesLines
* lpc176x: Fix serial ordering of initializationKevin O'Connor2022-03-011-1/+1
* lpc176x: Add support for serial on UART3 P4.29/P4.28Kevin O'Connor2021-05-251-7/+17
* lpc176x: Move pin definitions together in serial.cKevin O'Connor2021-05-251-22/+28
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-251-2/+2
* 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-29/+29
* lpc176x: Reset LPC_UART0->FDR when using serialKevin O'Connor2019-07-101-0/+1
* lpc176x: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-1/+4
* lpc176x: Pass gpio id to gpio_peripheral()Kevin O'Connor2019-01-041-2/+2
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-041-1/+1
* lpc176x: Add an enable_peripheral_clock() helper functionKevin O'Connor2018-11-211-1/+1
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-251-0/+79