mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
The vendor and product fields in the `board.json` files were somewhat
inconsistent. Remove any duplication of the vendor name in the product
field so that `f"{vendor} {product}"` reads well.
In addition to that, update most of the URL's for `board.json` files that
are modified here, and match case and spacing used by the manufacturers for
the vendor and product names.
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
23 lines
399 B
JSON
23 lines
399 B
JSON
{
|
|
"deploy": [
|
|
"deploy_metro_m7.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"External Flash",
|
|
"JST-SH",
|
|
"RGB LED",
|
|
"USB-C",
|
|
"WiFi"
|
|
],
|
|
"images": [
|
|
"Metro_M7.jpg"
|
|
],
|
|
"mcu": "mimxrt",
|
|
"product": "Metro M7",
|
|
"thumbnail": "",
|
|
"url": "https://www.adafruit.com/product/4950",
|
|
"vendor": "Adafruit"
|
|
}
|