aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-261-3/+3
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* lpc176x: Add hardware PWM support for LPC176xMichael Kurz2021-03-261-0/+7
| | | | | | This adds hardware PWM support for LPC176x processors. Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
* lpc176x: Add support for additional i2c busesKevin O'Connor2020-04-211-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add support for ssp1 (#2393)akatik2020-01-141-0/+1
| | | Signed-off-by: Andrey Kovalev <aka@pxe.ru>
* lpc176x: Implement a median filter on ADC readingsKevin O'Connor2019-01-141-1/+1
| | | | | | | The lpc176x ADC is extremely noisy. Implement a 5 order median filter on each ADC read to weed out obviously incorrect readings. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Convert i2c code to use standard i2ccmds.cKevin O'Connor2018-11-141-0/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add support for gpio_x_reset()Kevin O'Connor2018-08-271-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add support for SPIKevin O'Connor2018-07-181-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add ADC supportKevin O'Connor2018-05-251-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add support for GPIO pinsKevin O'Connor2018-05-251-0/+22
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>