Initial commit

This commit is contained in:
2023-11-26 20:13:49 +01:00
commit dc2dc5c58b
820 changed files with 258269 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"Application": {
"Name": "STM32F746G_DISCO",
"TouchGfxPath": "../Middlewares/ST/touchgfx",
"AvailableColorDepths": [ 16 ],
"AvailableLCDs":
{
"16": "LCD16bpp"
},
"AvailableResolutions" : [
{
"Width": 480,
"Height": 272
}
],
"PostGenerateTargetCommand" : "touchgfx update_project --project-file=../STM32F746G_DISCO.ioc --platform=m7",
"Family" : "STM32F7"
},
"Version": "4.16.0"
}