mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user