mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Tools: auto-build f303-Universal firmware
This commit is contained in:
parent
a7b6887f44
commit
d87306afbd
@ -589,6 +589,7 @@ is bob we will attempt to checkout bob-AVR'''
|
||||
"f103-ADSB",
|
||||
"f103-RangeFinder",
|
||||
"f303-GPS",
|
||||
"f303-Universal",
|
||||
"CUAV_GPS",
|
||||
"ZubaxGNSS",
|
||||
]
|
||||
|
@ -127,11 +127,11 @@ for t in $CI_BUILD_TARGET; do
|
||||
$waf clean
|
||||
$waf AP_Periph
|
||||
echo "Building f303 bootloader"
|
||||
$waf configure --board f303-GPS --bootloader
|
||||
$waf configure --board f303-Universal --bootloader
|
||||
$waf clean
|
||||
$waf bootloader
|
||||
echo "Building f303 peripheral fw"
|
||||
$waf configure --board f303-GPS
|
||||
$waf configure --board f303-Universal
|
||||
$waf clean
|
||||
$waf AP_Periph
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user