aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/main.c
Commit message (Expand)AuthorAgeFilesLines
* armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor2019-10-241-4/+5
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-181-5/+1
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-181-7/+0
* lpc176x: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-2/+2
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-091-14/+0
* lpc176x: force minimum usb disconnect timeMatt Baker2019-04-061-0/+15
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-1/+1
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-041-0/+21
* lpc176x: Enable watchdogKevin O'Connor2018-05-251-0/+23
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-251-0/+31