aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32h7.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add comments on PLL frequency requirements to clock setup codeKevin O'Connor2025-06-021-0/+3
* stm32: Support using CANBUS on PB5/PB6 on stm32h7 chipsKevin O'Connor2025-05-301-0/+4
* stm32: Enable VOS0 power mode on stm32h723 if frequency above 400MhzKevin O'Connor2025-04-281-11/+15
* stm32: Don't try to set incorrect PWR->CR3 register on stm32h7Kevin O'Connor2025-04-281-5/+3
* stm32: Set the PLL frequency equal to CONFIG_CLOCK_FREQ on stm32h723Kevin O'Connor2025-04-281-1/+1
* stm32: Avoid read-modify-write register updates in stm32h7 clock_setup()Kevin O'Connor2025-04-281-58/+39
* stm32: Use enable_pclock() in stm32h7 clock_setup()Kevin O'Connor2025-04-281-5/+4
* stm32h7: Always clear AHB1ENR at startup on stm32h7Kevin O'Connor2025-04-281-5/+1
* stm32: Fix pll_base on stm32h7 when using a clock other than 25MhzKevin O'Connor2025-04-191-1/+1
* stm32h7: Restore the RCC set in the bootloader to the default value (#6092)BIGTREETECH2023-03-061-0/+6
* stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()Kevin O'Connor2023-01-171-0/+3
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-181-28/+2
* stm32: Just clean dcache instead of disabling on stm32h7 dfu rebootKevin O'Connor2022-12-161-2/+3
* stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723Kevin O'Connor2022-12-151-1/+2
* stm32: add STM32H723 supportbigtreetech2022-12-021-1/+6
* stm32: Enable instruction and data cache on stm32h7D4SK2022-10-211-0/+3
* stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)BIGTREETECH2022-08-231-2/+13
* 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/+5
* stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)BIGTREETECH2022-06-301-0/+32
* 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-68/+27
* stm32: Fix the GPIO register for stm32h7 (#5077)adelyser2021-12-291-3/+3
* stm32: Enable optimized gpio_clock_enable() function on stm32h7Kevin O'Connor2021-12-231-1/+3
* stm32: Reorganize stm32h7.c into major code blocksKevin O'Connor2021-12-231-10/+21
* stm32: Remove USB boot stubs from stm32h7.cKevin O'Connor2021-12-231-8/+0
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-231-26/+1
* stm32: Add USBOTG support to stm32h7adelyser2021-11-211-5/+40
* stm32: Add stm32h7 SPI support (#4850)adelyser2021-11-201-2/+6
* stm32: Add comments to configuration of OSPEEDR gpio speedKevin O'Connor2021-10-121-1/+3
* stm32: Add initial support for stm32h7D4SK2021-10-061-0/+231