aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32l4.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()Kevin O'Connor2023-01-171-1/+1
* stm32: Include "misc.h" in stm32l4.c and stm32g4.cKevin O'Connor2022-12-301-0/+1
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-181-27/+2
* stm32: Separate out USB DFU reboot logic in stm32l4.cKevin O'Connor2022-12-181-26/+43
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-0/+175