ports/*/boards/*/board.json: Remove "id" field.
This was used to override the firmware filename generated by the build server (to match the historical name before board definitions existed). Now we're making everything use the board definition name (i.e. the directory name). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
parent
c3093080b1
commit
1a99f74063
@ -10,7 +10,6 @@
|
|||||||
"WiFi",
|
"WiFi",
|
||||||
"microSD"
|
"microSD"
|
||||||
],
|
],
|
||||||
"id": "wipy",
|
|
||||||
"images": [
|
"images": [
|
||||||
"wipy.jpg"
|
"wipy.jpg"
|
||||||
],
|
],
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp32",
|
|
||||||
"images": [
|
"images": [
|
||||||
"esp32_devkitc.jpg"
|
"esp32_devkitc.jpg"
|
||||||
],
|
],
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp32c3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"esp32c3_devkitmini.jpg"
|
"esp32c3_devkitmini.jpg"
|
||||||
],
|
],
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"PoE",
|
"PoE",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "wesp32",
|
|
||||||
"images": [
|
"images": [
|
||||||
"wesp32-iso.jpg",
|
"wesp32-iso.jpg",
|
||||||
"wesp32-top.jpg"
|
"wesp32-top.jpg"
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"Second LDO"
|
"Second LDO"
|
||||||
],
|
],
|
||||||
"id": "featherS2",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_feathers2.jpg"
|
"unexpectedmaker_feathers2.jpg"
|
||||||
],
|
],
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"5x5 RGB LED Matrix"
|
"5x5 RGB LED Matrix"
|
||||||
],
|
],
|
||||||
"id": "featherS2neo",
|
|
||||||
"images": [
|
"images": [
|
||||||
"FeatherS2_Neo_White_Product2.jpg"
|
"FeatherS2_Neo_White_Product2.jpg"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"features_non_filterable": [],
|
"features_non_filterable": [],
|
||||||
"id": "feathers3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_feathers3.jpg"
|
"unexpectedmaker_feathers3.jpg"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"features_non_filterable": [],
|
"features_non_filterable": [],
|
||||||
"id": "pros3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_pros3.jpg"
|
"unexpectedmaker_pros3.jpg"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"TinyPICO Compatible"
|
"TinyPICO Compatible"
|
||||||
],
|
],
|
||||||
"id": "tinypico",
|
|
||||||
"images": [
|
"images": [
|
||||||
"tinypico-v2-both.jpg"
|
"tinypico-v2-both.jpg"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"TinyPICO Compatible"
|
"TinyPICO Compatible"
|
||||||
],
|
],
|
||||||
"id": "tinys2",
|
|
||||||
"images": [
|
"images": [
|
||||||
"TinyS2+Product+Shot.jpg"
|
"TinyS2+Product+Shot.jpg"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"features_non_filterable": [
|
"features_non_filterable": [
|
||||||
"TinyPICO Compatible"
|
"TinyPICO Compatible"
|
||||||
],
|
],
|
||||||
"id": "tinys3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"unexpectedmaker_tinys3.jpg"
|
"unexpectedmaker_tinys3.jpg"
|
||||||
],
|
],
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp8266",
|
|
||||||
"images": [],
|
"images": [],
|
||||||
"mcu": "esp8266",
|
"mcu": "esp8266",
|
||||||
"product": "ESP8266 with 2MiB+ flash",
|
"product": "ESP8266 with 2MiB+ flash",
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp8266-1m",
|
|
||||||
"images": [],
|
"images": [],
|
||||||
"mcu": "esp8266",
|
"mcu": "esp8266",
|
||||||
"product": "ESP8266 with 1MiB flash",
|
"product": "ESP8266 with 1MiB flash",
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "esp8266-512k",
|
|
||||||
"images": [],
|
"images": [],
|
||||||
"mcu": "esp8266",
|
"mcu": "esp8266",
|
||||||
"product": "ESP8266 with 512kiB flash",
|
"product": "ESP8266 with 512kiB flash",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "EK-RA4M1",
|
|
||||||
"images": [
|
"images": [
|
||||||
"ek_ra4m1_board.jpg"
|
"ek_ra4m1_board.jpg"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "EK-RA4W1",
|
|
||||||
"images": [
|
"images": [
|
||||||
"ek_ra4w1_board.jpg"
|
"ek_ra4w1_board.jpg"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "EK-RA6M1",
|
|
||||||
"images": [
|
"images": [
|
||||||
"ek_ra6m1_board.jpg"
|
"ek_ra6m1_board.jpg"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "EK-RA6M2",
|
|
||||||
"images": [
|
"images": [
|
||||||
"ek_ra6m2_board.jpg",
|
"ek_ra6m2_board.jpg",
|
||||||
"ek_ra6m2_j1_pins.jpg",
|
"ek_ra6m2_j1_pins.jpg",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "RA4M1-CLICKER",
|
|
||||||
"images": [
|
"images": [
|
||||||
"ra4m1_clicker_board.jpg",
|
"ra4m1_clicker_board.jpg",
|
||||||
"ra4m1_clicker_pins.jpg"
|
"ra4m1_clicker_pins.jpg"
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"features": [
|
"features": [
|
||||||
"DAC"
|
"DAC"
|
||||||
],
|
],
|
||||||
"id": "VK-RA6M5",
|
|
||||||
"images": [
|
"images": [
|
||||||
"VK-RA6M5.jpg"
|
"VK-RA6M5.jpg"
|
||||||
],
|
],
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
"External Flash",
|
"External Flash",
|
||||||
"USB"
|
"USB"
|
||||||
],
|
],
|
||||||
"id": "rp2-pico",
|
|
||||||
"images": [
|
"images": [
|
||||||
"rp2-pico.jpg"
|
"rp2-pico.jpg"
|
||||||
],
|
],
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"USB",
|
"USB",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "rp2-pico-w",
|
|
||||||
"images": [
|
"images": [
|
||||||
"rp2-pico-w.jpg"
|
"rp2-pico-w.jpg"
|
||||||
],
|
],
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"features": [
|
"features": [
|
||||||
"mikroBUS"
|
"mikroBUS"
|
||||||
],
|
],
|
||||||
"id": "MIKROE-QUAIL",
|
|
||||||
"images": [
|
"images": [
|
||||||
"quail_top.jpg"
|
"quail_top.jpg"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "PYBD-SF2",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBD_SF2_W4F2.jpg",
|
"PYBD_SF2_W4F2.jpg",
|
||||||
"PYBD_SF2_W4F2_top.jpg",
|
"PYBD_SF2_W4F2_top.jpg",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "PYBD-SF3",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBD_SF3_W4F2.jpg",
|
"PYBD_SF3_W4F2.jpg",
|
||||||
"PYBD_SF3_W4F2_top.jpg",
|
"PYBD_SF3_W4F2_top.jpg",
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"BLE",
|
"BLE",
|
||||||
"WiFi"
|
"WiFi"
|
||||||
],
|
],
|
||||||
"id": "PYBD-SF6",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBD_SF6_W4F2.jpg",
|
"PYBD_SF6_W4F2.jpg",
|
||||||
"PYBD_SF6_W4F2_top.jpg",
|
"PYBD_SF6_W4F2_top.jpg",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "pyblitev10",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBLITEv1_0.jpg",
|
"PYBLITEv1_0.jpg",
|
||||||
"PYBLITEv1_0-B.jpg",
|
"PYBLITEv1_0-B.jpg",
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "pybv10",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBv1_0-C.jpg"
|
"PYBv1_0-C.jpg"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
],
|
],
|
||||||
"docs": "",
|
"docs": "",
|
||||||
"features": [],
|
"features": [],
|
||||||
"id": "pybv11",
|
|
||||||
"images": [
|
"images": [
|
||||||
"PYBv1_1.jpg",
|
"PYBv1_1.jpg",
|
||||||
"PYBv1_1-C.jpg",
|
"PYBv1_1-C.jpg",
|
||||||
|
Loading…
Reference in New Issue
Block a user