aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/system_stm32.c
AgeCommit message (Expand)Author
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