Files
micropython/ports/renesas-ra/boards/VK_RA6M5/board.json
Jim Mussared 24a6e951ec ports: Simplify board feature tags in board.json.
This commit:
- Finds a common set of board feature tags and maps existing features to
  that reduced set.
- Removes some less-useful board feature tags.
- Ensures all MCUs are specified correctly.
- Ensures all boards have a vendor (and fixes some vendor names).

This is to make the downloads page show a less intimidating set of filters.

Work done in conjunction with Matt Trentini <matt.trentini@gmail.com>.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-10 14:54:03 +10:00

19 lines
351 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"DAC"
],
"id": "VK-RA6M5",
"images": [
"VK-RA6M5.jpg"
],
"mcu": "ra6m5",
"product": "VK-RA6M5",
"thumbnail": "",
"url": "https://vekatech.com/VK-RA6M5_docs/brochures/VK-RA6M5%20Flyer%20R2.pdf",
"vendor": "Vekatech"
}