aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0_adc.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add CCRDY check to stm32g0 adcKevin O'Connor2022-07-251-0/+9
* stm32: Fix ADC on stm32f042Kevin O'Connor2021-12-241-0/+1
* stm32: Enable ADC support on stm32g0Kevin O'Connor2021-12-231-10/+49
* stm32: Rework register access on stm32f0_adc.cKevin O'Connor2021-12-231-34/+25
* stm32: Minor whitespace changes to stm32f0_adc.cKevin O'Connor2021-12-231-12/+8
* stm32: Support reading chip based temperature sensor on stm32f0Kevin O'Connor2020-10-291-2/+10
* stm32: Reduce adc_pins storage size in stm32f0_adc.cKevin O'Connor2020-10-291-19/+7
* stm32: adc for new stm32f0 common code (#2120)clearchris2019-11-051-0/+127