Tools: auto-build f303-Universal firmware

This commit is contained in:
Andrew Tridgell 2020-01-25 11:01:14 +11:00
parent a7b6887f44
commit d87306afbd
2 changed files with 3 additions and 2 deletions

View File

@ -589,6 +589,7 @@ is bob we will attempt to checkout bob-AVR'''
"f103-ADSB",
"f103-RangeFinder",
"f303-GPS",
"f303-Universal",
"CUAV_GPS",
"ZubaxGNSS",
]

View File

@ -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