diff --git a/_Boards/Atmel/Board_Mega/arduino_mega.board.json b/_Boards/Atmel/Board_Mega/arduino_mega.board.json index 3efb0cd8..b921a599 100644 --- a/_Boards/Atmel/Board_Mega/arduino_mega.board.json +++ b/_Boards/Atmel/Board_Mega/arduino_mega.board.json @@ -40,7 +40,27 @@ "LatestFirmwareVersion": "3.0.0", "FriendlyName": "Arduino Mega 2560", "MobiFlightType": "MobiFlight Mega", - "ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex" + "ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex", + "Community": { + "Project": "MobiFlight Mega", + "Website": "https://mobiflight.com/links/connector/info/website/mega.html", + "Docs": "https://mobiflight.com/links/connector/info/docs/mega.html", + "Support": "https://mobiflight.com/discord" + }, + "DeviceConfigs": [ + { + "Name": "Prototyping Board (Latest version)", + "Description": "The device definitions for the Prototyping Board from the Community Shop", + "File": "prototyping-board-latest.mega.mfmc", + "DefaultUpload": false + }, + { + "Name": "Prototyping Board v2.0", + "Description": "The device definitions for the Prototyping Board from the Community Shop", + "File": "prototyping-board-latest.mega.mfmc", + "DefaultUpload": false + } + ] }, "ModuleLimits": { "MaxAnalogInputs": 16, diff --git a/_Boards/Atmel/Board_Mega/mobiflight_mega.png b/_Boards/Atmel/Board_Mega/mobiflight_mega.png new file mode 100644 index 00000000..30f10e1b Binary files /dev/null and b/_Boards/Atmel/Board_Mega/mobiflight_mega.png differ diff --git a/_Boards/Atmel/Board_Nano/arduino_nano.board.json b/_Boards/Atmel/Board_Nano/arduino_nano.board.json index 19add1aa..1b5e5b41 100644 --- a/_Boards/Atmel/Board_Nano/arduino_nano.board.json +++ b/_Boards/Atmel/Board_Nano/arduino_nano.board.json @@ -35,7 +35,13 @@ "FriendlyName": "Arduino Nano", "LatestFirmwareVersion": "3.0.0", "MobiFlightType": "MobiFlight Nano", - "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex" + "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex", + "Community": { + "Project": "MobiFlight Nano", + "Website": "https://mobiflight.com/links/connector/info/website/nano.html", + "Docs": "https://mobiflight.com/links/connector/info/docs/nano.html", + "Support": "https://mobiflight.com/discord" + } }, "ModuleLimits": { "MaxAnalogInputs": 8, diff --git a/_Boards/Atmel/Board_Nano/mobiflight_nano.png b/_Boards/Atmel/Board_Nano/mobiflight_nano.png new file mode 100644 index 00000000..580d107d Binary files /dev/null and b/_Boards/Atmel/Board_Nano/mobiflight_nano.png differ diff --git a/_Boards/Atmel/Board_ProMicro/arduino_micro.board.json b/_Boards/Atmel/Board_ProMicro/arduino_micro.board.json index b35fece8..7e454d68 100644 --- a/_Boards/Atmel/Board_ProMicro/arduino_micro.board.json +++ b/_Boards/Atmel/Board_ProMicro/arduino_micro.board.json @@ -29,7 +29,13 @@ "FriendlyName": "Arduino Pro Micro", "LatestFirmwareVersion": "3.0.0", "MobiFlightType": "MobiFlight Micro", - "ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex" + "ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex", + "Community": { + "Project": "MobiFlight Pro Micro", + "Website": "https://mobiflight.com/links/connector/info/website/micro.html", + "Docs": "https://mobiflight.com/links/connector/info/docs/micro.html", + "Support": "https://mobiflight.com/discord" + } }, "ModuleLimits": { "MaxAnalogInputs": 9, diff --git a/_Boards/Atmel/Board_ProMicro/mobiflight_micro.png b/_Boards/Atmel/Board_ProMicro/mobiflight_micro.png new file mode 100644 index 00000000..b86964f0 Binary files /dev/null and b/_Boards/Atmel/Board_ProMicro/mobiflight_micro.png differ diff --git a/_Boards/Atmel/Board_Uno/arduino_uno.board.json b/_Boards/Atmel/Board_Uno/arduino_uno.board.json index bec60358..438fb340 100644 --- a/_Boards/Atmel/Board_Uno/arduino_uno.board.json +++ b/_Boards/Atmel/Board_Uno/arduino_uno.board.json @@ -34,7 +34,13 @@ "FirmwareExtension": "hex", "LatestFirmwareVersion": "3.0.0", "MobiFlightType": "MobiFlight Uno", - "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex" + "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex", + "Community": { + "Project": "MobiFlight Uno", + "Website": "https://mobiflight.com/links/connector/info/website/uno.html", + "Docs": "https://mobiflight.com/links/connector/info/docs/uno.html", + "Support": "https://mobiflight.com/discord" + } }, "ModuleLimits": { "MaxAnalogInputs": 6, diff --git a/_Boards/Atmel/Board_Uno/mobiflight_uno.png b/_Boards/Atmel/Board_Uno/mobiflight_uno.png new file mode 100644 index 00000000..6ff8de5e Binary files /dev/null and b/_Boards/Atmel/Board_Uno/mobiflight_uno.png differ diff --git a/_Boards/RaspberryPi/Pico/raspberry_pico.png b/_Boards/RaspberryPi/Pico/raspberry_pico.png new file mode 100644 index 00000000..b9b5cfda Binary files /dev/null and b/_Boards/RaspberryPi/Pico/raspberry_pico.png differ diff --git a/_Boards/board-logo.png b/_Boards/board-logo.png new file mode 100644 index 00000000..c91cdd3d Binary files /dev/null and b/_Boards/board-logo.png differ