Skip to content

Commit

Permalink
Hardware: Add support for ZeroOne X6 (#12111)
Browse files Browse the repository at this point in the history
Vendor ID: 0x3643
Product ID: 0x15E0
  • Loading branch information
ZeroOne-Aero authored Nov 20, 2024
1 parent acecadc commit dbd420b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Comms/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@
{ "vendorID": 8352, "productID": 16733, "boardClass": "OpenPilot", "name": "OpenPilot CC3D" },
{ "vendorID": 8352, "productID": 16734, "boardClass": "OpenPilot", "name": "OpenPilot Revolution" },
{ "vendorID": 8352, "productID": 16848, "boardClass": "OpenPilot", "name": "Taulabs Sparky2" }
{ "vendorID": 13891, "productID": 5600, "boardClass": "Pixhawk", "name": "ZeroOne X6" },
],

"boardDescriptionFallback": [
{ "regExp": "^ZeroOne x6.x$", "boardClass": "Pixhawk" },
{ "regExp": "^ZeroOne BL x6.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v6U.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v6U.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v6X.x$", "boardClass": "Pixhawk" },
Expand Down
1 change: 1 addition & 0 deletions src/VehicleSetup/FirmwareUpgradeController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static QMap<int, QString> px4_board_name_map {
{1110, "jfb_jfb110_default"},
{1123, "siyi_n7_default"},
{1124, "3dr_ctrl-zero-h7-oem-revg_default"},
{5600, "zeroone_x6_default"},
};

uint qHash(const FirmwareUpgradeController::FirmwareIdentifier& firmwareId)
Expand Down

0 comments on commit dbd420b

Please sign in to comment.