micropython/ports/stm32/boards/NUCLEO_F091RC
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
..
mpconfigboard.h stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK. 2019-04-18 16:00:45 +10:00
mpconfigboard.mk stm32/boards: Add NUCLEO_F091RC board configuration files. 2018-05-28 21:49:49 +10:00
pins.csv stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins. 2018-06-18 13:06:27 +10:00
stm32f0xx_hal_conf.h stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio. 2018-06-20 12:24:18 +10:00