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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Add comments on PLL frequency requirements to clock setup code
Kevin O'Connor
2025-06-02
1
-0
/
+3
*
stm32: Support using CANBUS on PB5/PB6 on stm32h7 chips
Kevin O'Connor
2025-05-30
1
-0
/
+4
*
stm32: Enable VOS0 power mode on stm32h723 if frequency above 400Mhz
Kevin O'Connor
2025-04-28
1
-11
/
+15
*
stm32: Don't try to set incorrect PWR->CR3 register on stm32h7
Kevin O'Connor
2025-04-28
1
-5
/
+3
*
stm32: Set the PLL frequency equal to CONFIG_CLOCK_FREQ on stm32h723
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
stm32: Avoid read-modify-write register updates in stm32h7 clock_setup()
Kevin O'Connor
2025-04-28
1
-58
/
+39
*
stm32: Use enable_pclock() in stm32h7 clock_setup()
Kevin O'Connor
2025-04-28
1
-5
/
+4
*
stm32h7: Always clear AHB1ENR at startup on stm32h7
Kevin O'Connor
2025-04-28
1
-5
/
+1
*
stm32: Fix pll_base on stm32h7 when using a clock other than 25Mhz
Kevin O'Connor
2025-04-19
1
-1
/
+1
*
stm32h7: Restore the RCC set in the bootloader to the default value (#6092)
BIGTREETECH
2023-03-06
1
-0
/
+6
*
stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()
Kevin O'Connor
2023-01-17
1
-0
/
+3
*
stm32: Move dfu reboot logic to new dfu_reboot.c file
Kevin O'Connor
2022-12-18
1
-28
/
+2
*
stm32: Just clean dcache instead of disabling on stm32h7 dfu reboot
Kevin O'Connor
2022-12-16
1
-2
/
+3
*
stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723
Kevin O'Connor
2022-12-15
1
-1
/
+2
*
stm32: add STM32H723 support
bigtreetech
2022-12-02
1
-1
/
+6
*
stm32: Enable instruction and data cache on stm32h7
D4SK
2022-10-21
1
-0
/
+3
*
stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)
BIGTREETECH
2022-08-23
1
-2
/
+13
*
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
/
+5
*
stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)
BIGTREETECH
2022-06-30
1
-0
/
+32
*
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
-68
/
+27
*
stm32: Fix the GPIO register for stm32h7 (#5077)
adelyser
2021-12-29
1
-3
/
+3
*
stm32: Enable optimized gpio_clock_enable() function on stm32h7
Kevin O'Connor
2021-12-23
1
-1
/
+3
*
stm32: Reorganize stm32h7.c into major code blocks
Kevin O'Connor
2021-12-23
1
-10
/
+21
*
stm32: Remove USB boot stubs from stm32h7.c
Kevin O'Connor
2021-12-23
1
-8
/
+0
*
stm32: Add new gpioperiph.c file for gpio_peripheral() code
Kevin O'Connor
2021-12-23
1
-26
/
+1
*
stm32: Add USBOTG support to stm32h7
adelyser
2021-11-21
1
-5
/
+40
*
stm32: Add stm32h7 SPI support (#4850)
adelyser
2021-11-20
1
-2
/
+6
*
stm32: Add comments to configuration of OSPEEDR gpio speed
Kevin O'Connor
2021-10-12
1
-1
/
+3
*
stm32: Add initial support for stm32h7
D4SK
2021-10-06
1
-0
/
+231