micropython/ports/stm32/boards
Damien George 47550ef2cd stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.
MCUs that have a PLLSAI can use it to generate a 48MHz clock for USB, SDIO
and RNG peripherals.  In such cases the SYSCLK is not restricted to values
that allow the system PLL to generate 48MHz, but can be any frequency.
This patch allows such configurability for F7 MCUs, allowing the SYSCLK to
be set in 2MHz increments via machine.freq().  PLLSAI will only be enabled
if needed, and consumes about 1mA extra.  This fine grained control of
frequency is useful to get accurate SPI baudrates, for example.
2018-09-11 16:42:57 +10:00
..
B_L475E_IOT01A
CERB40
ESPRUINO_PICO
HYDRABUS
LIMIFROG
NETDUINO_PLUS_2
NUCLEO_F091RC
NUCLEO_F401RE
NUCLEO_F411RE
NUCLEO_F429ZI
NUCLEO_F446RE
NUCLEO_F746ZG
NUCLEO_F767ZI
NUCLEO_H743ZI
NUCLEO_L476RG
OLIMEX_E407
PYBLITEV10
PYBV3
PYBV4
PYBV10
PYBV11
STM32F4DISC
STM32F7DISC
STM32F411DISC
STM32F429DISC
STM32F439
STM32F769DISC
STM32L476DISC
STM32L496GDISC
common_basic.ld stm32/boards: Add common_basic.ld for a board to have a single section. 2018-03-27 21:29:45 +11:00
common_bl.ld stm32/boards: Add common_bl.ld for boards that need a bootloader. 2018-03-27 21:30:45 +11:00
common_ifs.ld
make-pins.py
openocd_stm32f4.cfg
openocd_stm32f7.cfg
openocd_stm32l4.cfg
pllvalues.py
startup_stm32f0.s
startup_stm32f4.s stm32: Enable UART7/8 on F4 series that have these peripherals. 2018-05-16 11:55:07 +10:00
startup_stm32f7.s stm32/boards: Add startup_stm32f7.s for F7 series specific startup. 2018-03-09 15:13:56 +11:00
startup_stm32h7.s stm32/boards: Add startup_stm32h7.s for H7 series specific startup. 2018-03-09 15:13:13 +11:00
startup_stm32l4.s stm32: Add support for STM32L496 MCU. 2018-05-18 22:37:30 +10:00
stm32f4xx_prefix.c
stm32f091_af.csv
stm32f091xc.ld
stm32f401_af.csv
stm32f401xd.ld
stm32f401xe.ld
stm32f405.ld
stm32f405_af.csv
stm32f411.ld
stm32f411_af.csv stm32/boards: Split combined alt-func labels and fix some other errors. 2018-05-29 21:37:49 +10:00
stm32f429.ld
stm32f429_af.csv
stm32f439.ld
stm32f439_af.csv
stm32f722.ld
stm32f722_af.csv
stm32f746.ld
stm32f746_af.csv
stm32f767.ld
stm32f767_af.csv
stm32f769.ld
stm32h743.ld
stm32h743_af.csv
stm32l476_af.csv
stm32l476xe.ld
stm32l476xg.ld
stm32l496_af.csv
stm32l496xg.ld