mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30: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
453 B
JSON
25 lines
453 B
JSON
{
|
|
"deploy": [
|
|
"../deploy_nativeusb.md"
|
|
],
|
|
"deploy_options": {
|
|
"flash_offset": "0"
|
|
},
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"WiFi",
|
|
"RGB LED",
|
|
"USB",
|
|
"USB-C",
|
|
"JST-PH"
|
|
],
|
|
"images": [
|
|
"m5stack_nanoc6.jpg"
|
|
],
|
|
"mcu": "esp32c6",
|
|
"product": "NanoC6",
|
|
"url": "https://shop.m5stack.com/products/m5stack-nanoc6-dev-kit",
|
|
"vendor": "M5Stack"
|
|
}
|