mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +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>
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "https://www.u-blox.com/sites/default/files/EVK-NINA-B1_UserGuide_%28UBX-15028120%29.pdf",
|
|
"features": [],
|
|
"images": [
|
|
"EVK-NINA-B1_.jpg"
|
|
],
|
|
"mcu": "nrf52",
|
|
"product": "EVK-NINA-B1",
|
|
"thumbnail": "",
|
|
"url": "https://www.u-blox.com/en/product/evk-nina-b1",
|
|
"vendor": "u-blox"
|
|
}
|