Skip to content

Commit

Permalink
ports: Fix MCU tags in Arduino board.json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader authored and dpgeorge committed Mar 20, 2023
1 parent 44ec57f commit a197823
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/nrf/boards/arduino_nano_33_ble_sense/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"images": [
"ABX00031_01.iso_998x749.jpg"
],
"mcu": "nRF52840",
"mcu": "nrf52",
"product": "Arduino Nano 33 BLE Sense",
"thumbnail": "",
"url": "https://store.arduino.cc/products/arduino-nano-33-ble-sense",
Expand Down
2 changes: 1 addition & 1 deletion ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"images": [
"ABX00052_01.iso_999x750.jpg"
],
"mcu": "RP2040",
"mcu": "rp2040",
"product": "Arduino Nano RP2040 Connect",
"thumbnail": "",
"url": "https://store-usa.arduino.cc/products/arduino-nano-rp2040-connect",
Expand Down
2 changes: 1 addition & 1 deletion ports/stm32/boards/ARDUINO_GIGA/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"images": [
"ABX00063_01.front_1000x750.jpg"
],
"mcu": "STM32H747",
"mcu": "stm32h7",
"product": "Arduino Giga",
"thumbnail": "",
"url": "https://store.arduino.cc/products/giga-r1-wifi",
Expand Down
2 changes: 1 addition & 1 deletion ports/stm32/boards/ARDUINO_NICLA_VISION/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"images": [
"ABX00051_01.iso_1000x750.jpg"
],
"mcu": "STM32H747",
"mcu": "stm32h7",
"product": "Arduino Nicla Vision",
"thumbnail": "",
"url": "https://store.arduino.cc/products/nicla-vision",
Expand Down
2 changes: 1 addition & 1 deletion ports/stm32/boards/ARDUINO_PORTENTA_H7/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"images": [
"ABX00042_01.iso_1000x750.jpg"
],
"mcu": "STM32H747",
"mcu": "stm32h7",
"product": "Arduino Portenta H7",
"thumbnail": "",
"url": "https://store.arduino.cc/products/portenta-h7",
Expand Down

0 comments on commit a197823

Please sign in to comment.