aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/machine_adc.c
AgeCommit message (Expand)Author
2020-12-18stm32/adc: Deselect VBAT after reading to prevent battery drain.Damien George
2020-10-29stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.Damien George
2020-06-02stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2019-10-04stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs.Chris Mason
2019-09-12stm32/machine_adc: Fix build for F4 and L4 MCUs that only have ADC1.Damien George
2019-09-06stm32/machine_adc: Improve operation of ADC for H7, L4 and WB MCUs.Damien George
2019-09-04stm32/machine_adc: Add machine.ADC class.Damien George