Browse Source

Tools: rename Pixhawk6 to Durandal

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
e708446f4d
  1. 2
      Tools/scripts/build_binaries.py
  2. 4
      Tools/scripts/build_ci.sh
  3. 4
      Tools/scripts/generate_manifest.py

2
Tools/scripts/build_binaries.py

@ -561,7 +561,7 @@ is bob we will attempt to checkout bob-AVR'''
"VRCore-v10", "VRCore-v10",
"VRBrain-v54", "VRBrain-v54",
"TBS-Colibri-F7", "TBS-Colibri-F7",
"Pixhawk6", "Durandal",
"CubeOrange", "CubeOrange",
"CubeYellow", "CubeYellow",
# SITL targets # SITL targets

4
Tools/scripts/build_ci.sh

@ -110,8 +110,8 @@ for t in $CI_BUILD_TARGET; do
fi fi
if [ "$t" == "stm32h7" ]; then if [ "$t" == "stm32h7" ]; then
echo "Building Pixhawk6" echo "Building Durandal"
$waf configure --board Pixhawk6 $waf configure --board Durandal
$waf clean $waf clean
$waf copter $waf copter
continue continue

4
Tools/scripts/generate_manifest.py

@ -16,7 +16,7 @@ RELEASE_TYPES = ["beta", "latest", "stable", "stable-*", "dirty"]
# mapping for board names to brand name and manufacturer # mapping for board names to brand name and manufacturer
brand_map = { brand_map = {
'Pixhawk4' : ('Pixhawk 4', 'Holybro'), 'Pixhawk4' : ('Pixhawk 4', 'Holybro'),
'Pixhawk6' : ('Pixhawk 6', 'Holybro'), 'Durandal' : ('Durandal', 'Holybro'),
'PH4-mini' : ('Pixhawk 4 Mini', 'Holybro'), 'PH4-mini' : ('Pixhawk 4 Mini', 'Holybro'),
'KakuteF4' : ('KakuteF4', 'Holybro'), 'KakuteF4' : ('KakuteF4', 'Holybro'),
'KakuteF7' : ('KakuteF7', 'Holybro'), 'KakuteF7' : ('KakuteF7', 'Holybro'),
@ -178,7 +178,7 @@ class ManifestGenerator():
'CubeYellow': ['0x2DAE/0x1002'], 'CubeYellow': ['0x2DAE/0x1002'],
'Pixhawk4': ['0x3162/0x0047'], 'Pixhawk4': ['0x3162/0x0047'],
'PH4-mini': ['0x3162/0x0049'], 'PH4-mini': ['0x3162/0x0049'],
'Pixhawk6': ['0x3162/0x004B'], 'Durandal': ['0x3162/0x004B'],
'VRBrain-v51': ['0x27AC/0x1151'], 'VRBrain-v51': ['0x27AC/0x1151'],
'VRBrain-v52': ['0x27AC/0x1152'], 'VRBrain-v52': ['0x27AC/0x1152'],
'VRBrain-v54': ['0x27AC/0x1154'], 'VRBrain-v54': ['0x27AC/0x1154'],

Loading…
Cancel
Save