summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32h7.c
Commit message (Expand)AuthorAgeFilesLines
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-6/+1
* stm32: Refactor clock-stm32h7.cCraig Hesling2020-03-201-70/+244
* chip/stm32: Add explanation for previous STOP mode bug.Yicheng Li2020-02-191-4/+3
* chip/stm32: Fix bug that LPTIM_PERIOD_US became unsigned long.Yicheng Li2019-10-121-1/+7
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* stm32h7: Use high performance voltage scaler before clock upDaisuke Nojiri2018-09-271-0/+10
* stm32: fix power configuration for STM32H7Vincent Palatin2018-06-291-0/+12
* stm32: low power idle for STM32H7Vincent Palatin2018-06-151-1/+198
* stm32h7: enable the fast PLL on-demandVincent Palatin2018-03-051-23/+3
* stm32: crank up CPU PLL frequency to 400Mhz on STM32H743Vincent Palatin2018-03-051-29/+55
* stm32: fix AXI memory corruption on STM32H743Vincent Palatin2018-02-211-0/+8
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-2/+2
* stm32: Add STM32H7 familyVincent Palatin2018-01-081-0/+213