aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/main.c
Commit message (Expand)AuthorAgeFilesLines
* armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESSKevin O'Connor2022-12-141-1/+1
* lpc176x: Fix lpc176x buildKevin O'Connor2022-12-141-1/+1
* lpc176x: Move bootloader_request() from usbserial.c to main.cKevin O'Connor2022-09-051-0/+20
* lpc176x: Use full peripheral clock speed; fix UART interfaceKevin O'Connor2021-05-041-1/+1
* lpc176x: Do not modify PCLKSELx at runtimeKevin O'Connor2021-03-251-8/+1
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-251-1/+9
* 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