mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: added Holybro Pix32v5 to build
This commit is contained in:
parent
6fa623d074
commit
ef8b09fa8b
@ -580,6 +580,7 @@ is bob we will attempt to checkout bob-AVR'''
|
||||
"Pixhawk1",
|
||||
"Pixhawk1-1M",
|
||||
"Pixhawk4",
|
||||
"Pix32v5",
|
||||
"PH4-mini",
|
||||
"CUAVv5",
|
||||
"CUAVv5Nano",
|
||||
|
@ -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…
Reference in New Issue
Block a user