Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32: Support reading chip based temperature sensor on stm32f0 | Kevin O'Connor | 2020-10-29 | 1 | -2/+10 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32: Reduce adc_pins storage size in stm32f0_adc.c | Kevin O'Connor | 2020-10-29 | 1 | -19/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32: adc for new stm32f0 common code (#2120) | clearchris | 2019-11-05 | 1 | -0/+127 |
Derived from stm32/adc.c and stm32f0/adc.c with additional changes. Tested on Monoprice Mini Delta (malyan) stm32f070xb board. Signed-off-by: Chris Lombardi <clearchris@hotmail.com> |