aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/adc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+16
* lpc176x: Add more filtering to workaround adc hardware defectKevin O'Connor2019-06-201-1/+11
* lpc176x: Fix adc clock divisorKevin O'Connor2019-06-191-2/+2
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-1/+1
* lpc176x: Implement a median filter on ADC readingsKevin O'Connor2019-01-141-18/+68
* lpc176x: Pass gpio id to gpio_peripheral()Kevin O'Connor2019-01-041-1/+1
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-041-2/+2
* lpc176x: Move ADC code to new adc.c fileKevin O'Connor2019-01-041-0/+96