5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 09:28:31 -04:00

Tools: build Nucleo-L496

we want at least one fw for each MCU supported
This commit is contained in:
Andrew Tridgell 2021-09-19 17:56:18 +10:00
parent 6d093e56fb
commit 5b0f1b170a

View File

@ -209,6 +209,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board G4-ESC
$waf clean
$waf AP_Periph
echo "Building Nucleo-L496 peripheral fw"
$waf configure --board Nucleo-L496
$waf clean
$waf AP_Periph
echo "Building FreeflyRTK peripheral fw"
$waf configure --board FreeflyRTK
$waf clean