stm32/boards/STM32F469DISC: Add board.json file.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2025-11-27 18:30:46 +11:00
parent b4d546d82e
commit 22cff2f6f5

View File

@ -0,0 +1,15 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [
"stm32f469disc.jpg"
],
"mcu": "stm32f4",
"product": "Discovery F469",
"thumbnail": "",
"url": "https://www.st.com/en/evaluation-tools/32f469idiscovery.html",
"vendor": "ST Microelectronics"
}