mirror of https://github.com/ArduPilot/ardupilot
Tools: build Nucleo-L496
we want at least one fw for each MCU supported
This commit is contained in:
parent
6d093e56fb
commit
5b0f1b170a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue