Files
micropython/ports/stm32/boards/WEACTSTUDIO_MINI_STM32H743/manifest.py
Yuuki NAGAO 9b73e344eb stm32/boards/WEACTSTUDIO_MINI_STM32H743: Add WeAct H743VI board support.
This change adds WeAct Studio Mini STM32H743 board support to the STM32
port.  Some of the work from PR #12540 is combined here.

WeAct Studio Mini STM32H43 board:
https://github.com/WeActStudio/MiniSTM32H7xx

This board uses STM32H743VI:
https://www.st.com/en/microcontrollers-microprocessors/stm32h743vi.html

Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
2025-11-29 23:10:54 +11:00

5 lines
134 B
Python

include("$(PORT_DIR)/boards/manifest.py")
# Currently this file is a placeholder.
# It would be good to extend to add an LCD driver.