Tools: added Holybro Pix32v5 to build

This commit is contained in:
Andrew Tridgell 2020-06-12 08:52:41 +10:00
parent 6fa623d074
commit ef8b09fa8b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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'),