aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f4.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-161-2/+2
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-4/+4
* armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor2022-06-041-0/+1
* stm32: call "try_request_canboot" for bootloader requestsEric Callahan2022-06-031-0/+1
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-301-39/+15
* stm32: Reorganize usb bootloader code in stm32f4.cKevin O'Connor2021-12-231-30/+63
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-231-26/+1
* stm32f4: reset peripherals in enable_pcclock()Eric Callahan2021-11-081-0/+7
* stm32f4: reset peripheral clocks on initEric Callahan2021-11-081-0/+6
* stm32: Add comments to configuration of OSPEEDR gpio speedKevin O'Connor2021-10-121-1/+3
* stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chipsKevin O'Connor2021-10-061-4/+2
* stm32: Optimize stm32f401 peripheral clockKevin O'Connor2021-02-191-2/+6
* stm32: stm32f401 pll_freq updatesArkadiusz Raj2021-02-191-2/+3
* stm32: 25MHz clock fixesArkadiusz Raj2021-02-191-1/+2
* stm32: Fix missing STM32F429 clock initializationArkadiusz Raj2021-02-191-2/+3
* stm32: Support for STM32F401 (#3853)smark-2021-01-311-2/+3
* stm32: Initial support for stm32f2 (#3001)combolek2020-06-231-2/+26
* stm32f4: Add support for HID bootloaderArksine2020-05-281-1/+12
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-251-35/+32
* stm32: stm32f4 usb boot check only needed when CONFIG_USBSERIALKevin O'Connor2019-10-261-2/+2
* stm32f4: Add support for flashing over USBKevin O'Connor2019-10-261-0/+14
* stm32: Implement armcm_main() in arch specific codeKevin O'Connor2019-10-241-4/+15
* 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/+7
* stm32: Add support for configuring open drain output modeKevin O'Connor2019-08-201-1/+2
* stm32: Make sure to enable the gpio clock prior to setting the first valueKevin O'Connor2019-08-201-2/+10
* stm32: Enable 48Mhz USB clock on stm32f446Kevin O'Connor2019-08-141-0/+22
* stm32: Rename clock.c to stm32f4.cKevin O'Connor2019-08-051-0/+158