Browse Source

Tools: added Holybro Pix32v5 to build

copter407
Andrew Tridgell 5 years ago
parent
commit
b6d25d9b66
  1. 1
      Tools/scripts/build_binaries.py
  2. 1
      Tools/scripts/generate_manifest.py

1
Tools/scripts/build_binaries.py

@ -580,6 +580,7 @@ is bob we will attempt to checkout bob-AVR''' @@ -580,6 +580,7 @@ is bob we will attempt to checkout bob-AVR'''
"Pixhawk1",
"Pixhawk1-1M",
"Pixhawk4",
"Pix32v5",
"PH4-mini",
"CUAVv5",
"CUAVv5Nano",

1
Tools/scripts/generate_manifest.py

@ -16,6 +16,7 @@ RELEASE_TYPES = ["beta", "latest", "stable", "stable-*", "dirty"] @@ -16,6 +16,7 @@ RELEASE_TYPES = ["beta", "latest", "stable", "stable-*", "dirty"]
# mapping for board names to brand name and manufacturer
brand_map = {
'Pixhawk4' : ('Pixhawk 4', 'Holybro'),
'Pix32v5' : ('Pix32 v5', 'Holybro'),
'Durandal' : ('Durandal', 'Holybro'),
'PH4-mini' : ('Pixhawk 4 Mini', 'Holybro'),
'KakuteF4' : ('KakuteF4', 'Holybro'),

Loading…
Cancel
Save