mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
ports: Update board.json files for vendor/product consistency.
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>
This commit is contained in:
committed by
Damien George
parent
ba92063d64
commit
3e33d0567f
@@ -10,7 +10,7 @@
|
||||
"seeeduino-xiao.jpg"
|
||||
],
|
||||
"mcu": "samd21",
|
||||
"product": "Seeeduino XIAO (SAMD21)",
|
||||
"product": "XIAO SAMD21",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html",
|
||||
"vendor": "Seeed Studio"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"sparkfun_samd51_thing_plus.jpg"
|
||||
],
|
||||
"mcu": "samd51",
|
||||
"product": "SparkFun SAMD51 Thing Plus",
|
||||
"product": "SAMD51 Thing Plus",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.sparkfun.com/products/14713",
|
||||
"vendor": "SparkFun"
|
||||
|
||||
Reference in New Issue
Block a user