micropython/ports/stm32/boards/STM32H7B3I_DK
nspsck 43eef9434f stm32/octospi: Added OSPI support for STM32H7 mcus.
Added a if-statement to octospi.c to detect if the
targeted MCU is one of the STM32H7 series. If that
was the case, another set of variables are used for
the mp_hal_pin_config_alt_static_speed() function,
as well as for register OCTOSPI1->CR. This allows
the STM32H723 and STM32H7B3 series MCU to use octo-
spi flash like the STM32H573 serie MCU.

Signed-off-by: nspsck <teng.jiang94@gmail.com>
2023-11-17 13:24:56 +01:00
..
board.json ports: Update board.json files to link to new board images. 2022-01-07 11:33:28 +11:00
mpconfigboard.h stm32/octospi: Added OSPI support for STM32H7 mcus. 2023-11-17 13:24:56 +01:00
mpconfigboard.mk stm32: Add support for H7A3(Q)/H7B3(Q), and STM32H73B3I_DK board defn. 2021-09-16 12:29:28 +10:00
pins.csv stm32/boards: Fix errors in pins.csv and af.csv. 2023-11-03 14:07:10 +11:00
stm32h7xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00