mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20: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
@@ -13,8 +13,8 @@
|
||||
"W5500-EVB-Pico.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Wiznet W5500-EVB-Pico",
|
||||
"product": "W5500-EVB-Pico",
|
||||
"thumbnail": "",
|
||||
"url": "https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico",
|
||||
"vendor": "Wiznet"
|
||||
"vendor": "WIZnet"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user