mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +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>
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"Battery Charging",
|
|
"Dual-core",
|
|
"External Flash",
|
|
"Feather",
|
|
"JST-SH",
|
|
"RGB LED",
|
|
"USB-C",
|
|
"microSD"
|
|
],
|
|
"images": [
|
|
"17745-SparkFun_Thing_Plus_-_RP2040-01a.jpg"
|
|
],
|
|
"mcu": "rp2040",
|
|
"product": "Thing Plus - RP2040",
|
|
"thumbnail": "",
|
|
"url": "https://www.sparkfun.com/products/17745",
|
|
"vendor": "SparkFun"
|
|
}
|