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