mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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>
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"deploy": [
|
|
"deploy.md"
|
|
],
|
|
"features": ["External Flash", "DAC", "Display","microSD", "USB", "USB-C"],
|
|
"images": [
|
|
"weact_stm32h743.jpg"
|
|
],
|
|
"mcu": "stm32h7",
|
|
"product": "Mini STM32H743",
|
|
"url": "https://github.com/WeActStudio/MiniSTM32H7xx",
|
|
"vendor": "WeAct Studio"
|
|
}
|