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
/
stm32f4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Use new CONFIG_USB to determine if USB needs to be configured
Kevin O'Connor
2022-08-16
1
-2
/
+2
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-4
/
+4
*
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
Kevin O'Connor
2022-06-04
1
-0
/
+1
*
stm32: call "try_request_canboot" for bootloader requests
Eric Callahan
2022-06-03
1
-0
/
+1
*
stm32: Unify enable_pclock() code
Kevin O'Connor
2021-12-30
1
-39
/
+15
*
stm32: Reorganize usb bootloader code in stm32f4.c
Kevin O'Connor
2021-12-23
1
-30
/
+63
*
stm32: Add new gpioperiph.c file for gpio_peripheral() code
Kevin O'Connor
2021-12-23
1
-26
/
+1
*
stm32f4: reset peripherals in enable_pcclock()
Eric Callahan
2021-11-08
1
-0
/
+7
*
stm32f4: reset peripheral clocks on init
Eric Callahan
2021-11-08
1
-0
/
+6
*
stm32: Add comments to configuration of OSPEEDR gpio speed
Kevin O'Connor
2021-10-12
1
-1
/
+3
*
stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips
Kevin O'Connor
2021-10-06
1
-4
/
+2
*
stm32: Optimize stm32f401 peripheral clock
Kevin O'Connor
2021-02-19
1
-2
/
+6
*
stm32: stm32f401 pll_freq updates
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: 25MHz clock fixes
Arkadiusz Raj
2021-02-19
1
-1
/
+2
*
stm32: Fix missing STM32F429 clock initialization
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: Support for STM32F401 (#3853)
smark-
2021-01-31
1
-2
/
+3
*
stm32: Initial support for stm32f2 (#3001)
combolek
2020-06-23
1
-2
/
+26
*
stm32f4: Add support for HID bootloader
Arksine
2020-05-28
1
-1
/
+12
*
stm32: Allow external crystal speed to be customized in Kconfig
Kevin O'Connor
2019-11-25
1
-35
/
+32
*
stm32: stm32f4 usb boot check only needed when CONFIG_USBSERIAL
Kevin O'Connor
2019-10-26
1
-2
/
+2
*
stm32f4: Add support for flashing over USB
Kevin O'Connor
2019-10-26
1
-0
/
+14
*
stm32: Implement armcm_main() in arch specific code
Kevin O'Connor
2019-10-24
1
-4
/
+15
*
stm32: Move VTOR fixup from main() to chip specific code
Kevin O'Connor
2019-09-18
1
-0
/
+5
*
stm32: Move usb_request_bootloader() to chip specific code
Kevin O'Connor
2019-09-18
1
-0
/
+7
*
stm32: Add support for configuring open drain output mode
Kevin O'Connor
2019-08-20
1
-1
/
+2
*
stm32: Make sure to enable the gpio clock prior to setting the first value
Kevin O'Connor
2019-08-20
1
-2
/
+10
*
stm32: Enable 48Mhz USB clock on stm32f446
Kevin O'Connor
2019-08-14
1
-0
/
+22
*
stm32: Rename clock.c to stm32f4.c
Kevin O'Connor
2019-08-05
1
-0
/
+158