stm32: Use uppercase variant names.

This is to support a future change to add the variant name to the build
directory and therefore should be the same style as the board name.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2023-08-15 23:18:47 +10:00
parent 45845acf6d
commit c3093080b1
6 changed files with 24 additions and 24 deletions

View File

@@ -15,10 +15,10 @@
"thumbnail": "",
"url": "https://store.micropython.org/product/PYBv1.1",
"variants": {
"dp": "Double-precision float",
"dp-thread": "Double precision float + Threads",
"network": "Wiznet 5200 Driver",
"thread": "Threading"
"DP": "Double-precision float",
"DP_THREAD": "Double precision float + Threads",
"NETWORK": "Wiznet 5200 Driver",
"THREAD": "Threading"
},
"vendor": "George Robotics"
}