aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32h7_adc.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Increase sample time in stm32h7_adc.cKevin O'Connor2023-01-171-7/+10
* stm32: Don't set boost nor linear calibration on stm32h723 adc3Kevin O'Connor2023-01-171-14/+14
* stm32: Reduce read-modify-write of CR in stm32h7_adc.c initKevin O'Connor2023-01-171-21/+12
* stm32: Don't use read-modify-write on ISR register in stm32h7_adc.cKevin O'Connor2023-01-171-3/+2
* stm32: ADC timing rework and fixes in stm32h7_adc.cKevin O'Connor2023-01-171-34/+23
* stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()Kevin O'Connor2023-01-171-16/+6
* stm32: Simplify setting of adc_common fields in stm32h7_adc.cKevin O'Connor2023-01-171-12/+9
* stm32: Use a consistent bank size of 20 across all chips in stm32h7_adc.cKevin O'Connor2023-01-171-3/+3
* stm32: Simplify setting of 12bit mode on stm32h7 in stm32h7_adc.cKevin O'Connor2023-01-171-14/+5
* stm32: No need to use hardware oversampling in stm32h7_adc.cKevin O'Connor2023-01-171-25/+0
* stm32: Simplify CFGR register setup in stm32h7_adc.cKevin O'Connor2023-01-171-10/+2
* stm32: No need for LDORDY check in stm32h7_adc.cKevin O'Connor2023-01-171-17/+4
* stm32: Fix stm32l4 buildKevin O'Connor2022-12-151-0/+1
* stm32: Apply race fixes to stm32h7_adc.cKevin O'Connor2022-12-121-19/+18
* stm32: add STM32H723 supportbigtreetech2022-12-021-43/+76
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-2/+57
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-19/+85
* stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)adelyser2022-08-191-1/+1
* stm32: Add MCU temp for Stm32h7 (#5606)adelyser2022-06-271-2/+11
* stm32: Fix ADC on stm32h7 (#5239)adelyser2022-02-061-1/+3
* stm32: Add initial support for stm32h7D4SK2021-10-061-0/+234