aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* lpc176x: Divide system clock within timer; not on system busKevin O'Connor2018-10-181-0/+3
| | | | | | | Scaling the timer on the system bus has a notable impact on performance. So, scale the timer within the timer hardware itself. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Initial support for serial over usbKevin O'Connor2018-05-251-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-251-0/+59
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>