mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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>
This commit is contained in:
committed by
Damien George
parent
4bbe879c26
commit
24a6e951ec
@@ -3,17 +3,12 @@
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC"
|
||||
],
|
||||
"features": [],
|
||||
"id": "EK-RA4M1",
|
||||
"images": [
|
||||
"ek_ra4m1_board.jpg"
|
||||
],
|
||||
"mcu": "RA4M1",
|
||||
"mcu": "ra4m1",
|
||||
"product": "EK-RA4M1",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.renesas.com/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra4m1-evaluation-kit-ra4m1-mcu-group",
|
||||
|
||||
@@ -3,17 +3,12 @@
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC"
|
||||
],
|
||||
"features": [],
|
||||
"id": "EK-RA4W1",
|
||||
"images": [
|
||||
"ek_ra4w1_board.jpg"
|
||||
],
|
||||
"mcu": "RA4W1",
|
||||
"mcu": "ra4w1",
|
||||
"product": "EK-RA4W1",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.renesas.com/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra4w1-evaluation-kit-ra4w1-mcu-group",
|
||||
|
||||
@@ -3,17 +3,12 @@
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC"
|
||||
],
|
||||
"features": [],
|
||||
"id": "EK-RA6M1",
|
||||
"images": [
|
||||
"ek_ra6m1_board.jpg"
|
||||
],
|
||||
"mcu": "RA6M1",
|
||||
"mcu": "ra6m1",
|
||||
"product": "EK-RA6M1",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.renesas.com/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra6m1-evaluation-kit-ra6m1-mcu-group",
|
||||
|
||||
@@ -3,12 +3,7 @@
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC"
|
||||
],
|
||||
"features": [],
|
||||
"id": "EK-RA6M2",
|
||||
"images": [
|
||||
"ek_ra6m2_board.jpg",
|
||||
@@ -17,7 +12,7 @@
|
||||
"ek_ra6m2_j3_pins.jpg",
|
||||
"ek_ra6m2_j4_pins.jpg"
|
||||
],
|
||||
"mcu": "RA6M2",
|
||||
"mcu": "ra6m2",
|
||||
"product": "EK-RA6M2",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.renesas.com/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra6m2-evaluation-kit-ra6m2-mcu-group",
|
||||
|
||||
@@ -3,18 +3,13 @@
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC"
|
||||
],
|
||||
"features": [],
|
||||
"id": "RA4M1-CLICKER",
|
||||
"images": [
|
||||
"ra4m1_clicker_board.jpg",
|
||||
"ra4m1_clicker_pins.jpg"
|
||||
],
|
||||
"mcu": "RA4M1",
|
||||
"mcu": "ra4m1",
|
||||
"product": "Mikroe RA4M1 Clicker",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.mikroe.com/ra4m1-clicker",
|
||||
|
||||
@@ -4,18 +4,13 @@
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"UART",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"ADC",
|
||||
"DAC",
|
||||
"PWM"
|
||||
"DAC"
|
||||
],
|
||||
"id": "VK-RA6M5",
|
||||
"images": [
|
||||
"VK-RA6M5.jpg"
|
||||
],
|
||||
"mcu": "RA6M5",
|
||||
"mcu": "ra6m5",
|
||||
"product": "VK-RA6M5",
|
||||
"thumbnail": "",
|
||||
"url": "https://vekatech.com/VK-RA6M5_docs/brochures/VK-RA6M5%20Flyer%20R2.pdf",
|
||||
|
||||
Reference in New Issue
Block a user