aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/system_stm32.c
AgeCommit message (Expand)Author
2021-04-07stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source.Damien George
2021-04-07stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.Damien George
2020-12-17stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds.iabdalkader
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-04stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs.hahmadi
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-08stm32: Remove SystemInit funcs, use stm32lib versions instead.Damien George
2019-03-26stm32/system_stm32: Provide default value for HSI calibration.roland van straten
2019-03-05stm32: Add compile-time option to use HSI as clock source.Francisco J. Manno
2018-11-01stm32/system_stm32: Introduce configuration defines for PLL3 settings.roland
2018-09-24stm32/powerctrl: Factor code that configures PLLSAI on F7 MCUs.Damien George
2018-09-24stm32/powerctrl: Factor code to set RCC PLL and use it in startup.Damien George
2018-09-11stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.Damien George
2018-05-18stm32: Add support for STM32L496 MCU.Tobias Badertscher
2018-05-02stm32/main: Clean up and optimise initial start-up code of the MCU.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-04-27stm32/system_stm32: Reconfigure SysTick IRQ priority for L4 MCUs.Damien George
2018-04-11stm32: Allow a board to configure the HSE in bypass mode.Damien George
2018-03-27stm32/system_stm32: Set VTOR pointer from TEXT0_ADDR.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/system_stm32: Fix CONFIG_RCC_CR_2ND value to use bitwise or.iabdalkader
2018-03-09stm32/system_stm32: Add H7 MCU system initialisation.iabdalkader
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George