mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +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
491 B
JSON
25 lines
491 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"Dual-core",
|
|
"External Flash",
|
|
"IMU",
|
|
"Microphone",
|
|
"Secure Element",
|
|
"USB",
|
|
"WiFi"
|
|
],
|
|
"images": [
|
|
"ABX00052_01.iso_999x750.jpg"
|
|
],
|
|
"mcu": "rp2040",
|
|
"product": "Nano RP2040 Connect",
|
|
"thumbnail": "",
|
|
"url": "https://store-usa.arduino.cc/products/arduino-nano-rp2040-connect",
|
|
"vendor": "Arduino"
|
|
}
|