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
1 changed files with 4 additions and 0 deletions

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