Tools: add CUAVv5-bdshot, CUAVv5Nano-bdshot and Pixhawk4-bdshot to build

This commit is contained in:
Andy Piper 2021-09-02 18:26:32 +01:00 committed by Andrew Tridgell
parent b1b3e9c8b6
commit 5dc8524556
2 changed files with 6 additions and 0 deletions

View File

@ -48,10 +48,13 @@ AUTOBUILD_BOARDS = ["fmuv2",
"Pixhawk1",
"Pixhawk1-1M",
"Pixhawk4",
"Pixhawk4-bdshot",
"Pix32v5",
"PH4-mini",
"CUAVv5",
"CUAVv5-bdshot",
"CUAVv5Nano",
"CUAVv5Nano-bdshot",
"CUAV-Nora",
"CUAV-X7",
"CUAV-X7-bdshot",

View File

@ -21,6 +21,7 @@ RELEASE_TYPES = ["beta", "latest", "stable", "stable-*", "dirty"]
# mapping for board names to brand name and manufacturer
brand_map = {
'Pixhawk4' : ('Pixhawk 4', 'Holybro'),
'Pixhawk4-bdshot' : ('Pixhawk 4', 'Holybro'),
'Pix32v5' : ('Pix32 v5', 'Holybro'),
'Durandal' : ('Durandal', 'Holybro'),
'Durandal-bdshot' : ('Durandal', 'Holybro'),
@ -37,7 +38,9 @@ brand_map = {
'CubeSolo' : ('CubeSolo', '3DR'),
'CubeGreen-solo' : ('CubeGreen Solo', 'Hex/ProfiCNC'),
'CUAVv5' : ('CUAVv5', 'CUAV'),
'CUAVv5-bdshot' : ('CUAVv5', 'CUAV'),
'CUAVv5Nano' : ('CUAVv5 Nano', 'CUAV'),
'CUAVv5Nano-bdshot' : ('CUAVv5 Nano', 'CUAV'),
'CUAV-Nora' : ('CUAV Nora', 'CUAV'),
'CUAV-X7' : ('CUAV X7', 'CUAV'),
'CUAV-X7-bdshot' : ('CUAV X7', 'CUAV'),