aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/powerctrlboot.c
AgeCommit message (Expand)Author
2020-09-08stm32/powerctrlboot: Acquire HSEM5 on STM32WB during SystemClock_Config.Jim Mussared
2020-06-22stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-21stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU.Damien George
2019-09-26stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs.Chris Mason
2019-09-26stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs.Chris Mason
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-16stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs.Damien George
2019-07-16stm32: Add support for USB on L0 MCUs.Damien George
2019-07-08stm32/powerctrl: Move F0's SystemClock_Config to powerctrlboot.c.Damien George
2019-07-08stm32/powerctrl: Move L0's SystemClock_Config to powerctrlboot.c file.Damien George