Skip to content

Commit

Permalink
ports/*/boards/*/board.json: Remove "id" field.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jimmo committed Aug 23, 2023
1 parent c309308 commit 1a99f74
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion ports/cc3200/boards/WIPY/board.json
Expand Up @@ -10,7 +10,6 @@
"WiFi",
"microSD"
],
"id": "wipy",
"images": [
"wipy.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/GENERIC/board.json
Expand Up @@ -8,7 +8,6 @@
"External Flash",
"WiFi"
],
"id": "esp32",
"images": [
"esp32_devkitc.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/GENERIC_C3/board.json
Expand Up @@ -8,7 +8,6 @@
"External Flash",
"WiFi"
],
"id": "esp32c3",
"images": [
"esp32c3_devkitmini.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/SIL_WESP32/board.json
Expand Up @@ -10,7 +10,6 @@
"PoE",
"WiFi"
],
"id": "wesp32",
"images": [
"wesp32-iso.jpg",
"wesp32-top.jpg"
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_FEATHERS2/board.json
Expand Up @@ -16,7 +16,6 @@
"features_non_filterable": [
"Second LDO"
],
"id": "featherS2",
"images": [
"unexpectedmaker_feathers2.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_FEATHERS2NEO/board.json
Expand Up @@ -16,7 +16,6 @@
"features_non_filterable": [
"5x5 RGB LED Matrix"
],
"id": "featherS2neo",
"images": [
"FeatherS2_Neo_White_Product2.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_FEATHERS3/board.json
Expand Up @@ -15,7 +15,6 @@
"WiFi"
],
"features_non_filterable": [],
"id": "feathers3",
"images": [
"unexpectedmaker_feathers3.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_PROS3/board.json
Expand Up @@ -15,7 +15,6 @@
"WiFi"
],
"features_non_filterable": [],
"id": "pros3",
"images": [
"unexpectedmaker_pros3.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_TINYPICO/board.json
Expand Up @@ -15,7 +15,6 @@
"features_non_filterable": [
"TinyPICO Compatible"
],
"id": "tinypico",
"images": [
"tinypico-v2-both.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_TINYS2/board.json
Expand Up @@ -15,7 +15,6 @@
"features_non_filterable": [
"TinyPICO Compatible"
],
"id": "tinys2",
"images": [
"TinyS2+Product+Shot.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp32/boards/UM_TINYS3/board.json
Expand Up @@ -15,7 +15,6 @@
"features_non_filterable": [
"TinyPICO Compatible"
],
"id": "tinys3",
"images": [
"unexpectedmaker_tinys3.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/esp8266/boards/GENERIC/board.json
Expand Up @@ -7,7 +7,6 @@
"External Flash",
"WiFi"
],
"id": "esp8266",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 2MiB+ flash",
Expand Down
1 change: 0 additions & 1 deletion ports/esp8266/boards/GENERIC_1M/board.json
Expand Up @@ -7,7 +7,6 @@
"External Flash",
"WiFi"
],
"id": "esp8266-1m",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 1MiB flash",
Expand Down
1 change: 0 additions & 1 deletion ports/esp8266/boards/GENERIC_512K/board.json
Expand Up @@ -7,7 +7,6 @@
"External Flash",
"WiFi"
],
"id": "esp8266-512k",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 512kiB flash",
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/EK_RA4M1/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "EK-RA4M1",
"images": [
"ek_ra4m1_board.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/EK_RA4W1/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "EK-RA4W1",
"images": [
"ek_ra4w1_board.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/EK_RA6M1/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "EK-RA6M1",
"images": [
"ek_ra6m1_board.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/EK_RA6M2/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "EK-RA6M2",
"images": [
"ek_ra6m2_board.jpg",
"ek_ra6m2_j1_pins.jpg",
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/RA4M1_CLICKER/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "RA4M1-CLICKER",
"images": [
"ra4m1_clicker_board.jpg",
"ra4m1_clicker_pins.jpg"
Expand Down
1 change: 0 additions & 1 deletion ports/renesas-ra/boards/VK_RA6M5/board.json
Expand Up @@ -6,7 +6,6 @@
"features": [
"DAC"
],
"id": "VK-RA6M5",
"images": [
"VK-RA6M5.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/rp2/boards/PICO/board.json
Expand Up @@ -8,7 +8,6 @@
"External Flash",
"USB"
],
"id": "rp2-pico",
"images": [
"rp2-pico.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/rp2/boards/PICO_W/board.json
Expand Up @@ -10,7 +10,6 @@
"USB",
"WiFi"
],
"id": "rp2-pico-w",
"images": [
"rp2-pico-w.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/MIKROE_QUAIL/board.json
Expand Up @@ -6,7 +6,6 @@
"features": [
"mikroBUS"
],
"id": "MIKROE-QUAIL",
"images": [
"quail_top.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBD_SF2/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "PYBD-SF2",
"images": [
"PYBD_SF2_W4F2.jpg",
"PYBD_SF2_W4F2_top.jpg",
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBD_SF3/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "PYBD-SF3",
"images": [
"PYBD_SF3_W4F2.jpg",
"PYBD_SF3_W4F2_top.jpg",
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBD_SF6/board.json
Expand Up @@ -7,7 +7,6 @@
"BLE",
"WiFi"
],
"id": "PYBD-SF6",
"images": [
"PYBD_SF6_W4F2.jpg",
"PYBD_SF6_W4F2_top.jpg",
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBLITEV10/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "pyblitev10",
"images": [
"PYBLITEv1_0.jpg",
"PYBLITEv1_0-B.jpg",
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBV10/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "pybv10",
"images": [
"PYBv1_0-C.jpg"
],
Expand Down
1 change: 0 additions & 1 deletion ports/stm32/boards/PYBV11/board.json
Expand Up @@ -4,7 +4,6 @@
],
"docs": "",
"features": [],
"id": "pybv11",
"images": [
"PYBv1_1.jpg",
"PYBv1_1-C.jpg",
Expand Down

0 comments on commit 1a99f74

Please sign in to comment.