aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f1.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add support for STM32F1 I2C1 alternate pin mapping (#4012)Michael Kurz2021-03-021-4/+10
* stm32f1: Fix for using 16MHz external crystal (#3814)Matt Shepcar2021-01-241-2/+7
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-241-2/+29
* stm32f1: Add support for HID BootloaderArksine2020-05-281-3/+8
* stm32: Slow ADC frequency to 4.5MhzKevin O'Connor2020-04-301-1/+1
* stm32: Explicitly reset peripheral clocks on stm32f1Kevin O'Connor2020-03-241-0/+5
* stm32: Fix broken clock setup on stm32f1Kevin O'Connor2020-02-291-2/+2
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-251-10/+10
* stm32: Implement armcm_main() in arch specific codeKevin O'Connor2019-10-241-4/+16
* stm32: Move VTOR fixup from main() to chip specific codeKevin O'Connor2019-09-181-0/+5
* stm32: Move usb_request_bootloader() to chip specific codeKevin O'Connor2019-09-181-0/+17
* stm32: Add support for configuring open drain output modeKevin O'Connor2019-08-201-1/+6
* stm32: Make sure to enable the gpio clock prior to setting the first valueKevin O'Connor2019-08-201-2/+10
* stm32: Automatically disable SWD if PA13/PA14 is used on stm32f103Kevin O'Connor2019-08-051-0/+4
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-051-0/+125