index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stm32
/
stm32h7_adc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Increase sample time in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-7
/
+10
*
stm32: Don't set boost nor linear calibration on stm32h723 adc3
Kevin O'Connor
2023-01-17
1
-14
/
+14
*
stm32: Reduce read-modify-write of CR in stm32h7_adc.c init
Kevin O'Connor
2023-01-17
1
-21
/
+12
*
stm32: Don't use read-modify-write on ISR register in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-3
/
+2
*
stm32: ADC timing rework and fixes in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-34
/
+23
*
stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()
Kevin O'Connor
2023-01-17
1
-16
/
+6
*
stm32: Simplify setting of adc_common fields in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-12
/
+9
*
stm32: Use a consistent bank size of 20 across all chips in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-3
/
+3
*
stm32: Simplify setting of 12bit mode on stm32h7 in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-14
/
+5
*
stm32: No need to use hardware oversampling in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-25
/
+0
*
stm32: Simplify CFGR register setup in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-10
/
+2
*
stm32: No need for LDORDY check in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-17
/
+4
*
stm32: Fix stm32l4 build
Kevin O'Connor
2022-12-15
1
-0
/
+1
*
stm32: Apply race fixes to stm32h7_adc.c
Kevin O'Connor
2022-12-12
1
-19
/
+18
*
stm32: add STM32H723 support
bigtreetech
2022-12-02
1
-43
/
+76
*
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Matt Baker
2022-12-02
1
-2
/
+57
*
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Matt Baker
2022-09-15
1
-19
/
+85
*
stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)
adelyser
2022-08-19
1
-1
/
+1
*
stm32: Add MCU temp for Stm32h7 (#5606)
adelyser
2022-06-27
1
-2
/
+11
*
stm32: Fix ADC on stm32h7 (#5239)
adelyser
2022-02-06
1
-1
/
+3
*
stm32: Add initial support for stm32h7
D4SK
2021-10-06
1
-0
/
+234