Damien George
|
11657f2f20
|
stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.
To configure the SYSCLK on an F0 enable one of:
MICROPY_HW_CLK_USE_HSI48
MICROPY_HW_CLK_USE_HSE
MICROPY_HW_CLK_USE_BYPASS
|
2019-04-18 16:00:45 +10:00 |
Damien George
|
f1774fa049
|
stm32/system_stm32f0: Enable PWR clock on startup.
To be consistent with how F4/F7/H7/L4 works in system_stm32.c. The power
control peripheral is needed at least for the RTC.
|
2019-04-18 15:36:59 +10:00 |
Damien George
|
ea7e747979
|
stm32: Add support for STM32F0 MCUs.
|
2018-05-28 21:49:49 +10:00 |