mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
scripts: add SPRacingH7 to manifest files and CI build
This commit is contained in:
parent
e88ad24ab5
commit
a34f8e1b8d
@ -121,7 +121,6 @@ class BoardList(object):
|
||||
# bdshot
|
||||
"CubeYellow-bdshot",
|
||||
"fmuv3-bdshot",
|
||||
"fmuv5-bdshot",
|
||||
"KakuteF7-bdshot",
|
||||
"OMNIBUSF7V2-bdshot",
|
||||
"Pixhawk1-1M-bdshot",
|
||||
|
@ -253,6 +253,8 @@ for t in $CI_BUILD_TARGET; do
|
||||
# test bi-directional dshot build
|
||||
echo "Building KakuteF7Mini"
|
||||
$waf configure --Werror --board KakuteF7Mini
|
||||
$waf clean
|
||||
$waf copter
|
||||
|
||||
# test bi-directional dshot build and smallest flash
|
||||
echo "Building KakuteF7"
|
||||
@ -267,6 +269,12 @@ for t in $CI_BUILD_TARGET; do
|
||||
$waf configure --board Durandal
|
||||
$waf clean
|
||||
$waf copter
|
||||
|
||||
# test external flash build
|
||||
echo "Building SPRacingH7"
|
||||
$waf configure --Werror --board SPRacingH7
|
||||
$waf clean
|
||||
$waf copter
|
||||
continue
|
||||
fi
|
||||
|
||||
|
@ -30,6 +30,7 @@ brand_map = {
|
||||
'KakuteF7' : ('KakuteF7', 'Holybro'),
|
||||
'KakuteF7Mini' : ('KakuteF7Mini', 'Holybro'),
|
||||
'KakuteF4Mini' : ('KakuteF4Mini', 'Holybro'),
|
||||
'KakuteH7Mini' : ('KakuteH7Mini', 'Holybro'),
|
||||
'CubeBlack' : ('CubeBlack', 'Hex/ProfiCNC'),
|
||||
'CubeYellow' : ('CubeYellow', 'Hex/ProfiCNC'),
|
||||
'CubeOrange' : ('CubeOrange', 'Hex/ProfiCNC'),
|
||||
@ -83,6 +84,7 @@ brand_map = {
|
||||
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
|
||||
'Pixhawk5X' : ('Pixhawk 5X', 'Holybro'),
|
||||
"AIRLink" : ("Sky-Drones Technologies", "AIRLink"),
|
||||
"SPRacingH7" : ("Seriously Pro Racing", "H7 Extreme"),
|
||||
}
|
||||
|
||||
class Firmware():
|
||||
|
Loading…
Reference in New Issue
Block a user