Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lpc176x: Update code to use armcm_boot mechanism | Kevin O'Connor | 2019-08-22 | 1 | -4/+3 |
* | lpc176x: Move irq handler code above irq setup | Kevin O'Connor | 2019-08-22 | 1 | -16/+16 |
* | lpc176x: Add more filtering to workaround adc hardware defect | Kevin O'Connor | 2019-06-20 | 1 | -1/+11 |
* | lpc176x: Fix adc clock divisor | Kevin O'Connor | 2019-06-19 | 1 | -2/+2 |
* | command: Always pass a string to the DECL_CONSTANT() macro | Kevin O'Connor | 2019-03-17 | 1 | -1/+1 |
* | lpc176x: Implement a median filter on ADC readings | Kevin O'Connor | 2019-01-14 | 1 | -18/+68 |
* | lpc176x: Pass gpio id to gpio_peripheral() | Kevin O'Connor | 2019-01-04 | 1 | -1/+1 |
* | lpc176x: Move enable_peripheral_clock to main.c | Kevin O'Connor | 2019-01-04 | 1 | -2/+2 |
* | lpc176x: Move ADC code to new adc.c file | Kevin O'Connor | 2019-01-04 | 1 | -0/+96 |