Tools: use HereProAP instead of HerePro

This commit is contained in:
bugobliterator 2023-05-17 13:06:17 +10:00 committed by Andrew Tridgell
parent a05d7ae645
commit b5f303e5e7
2 changed files with 5 additions and 5 deletions

View File

@ -178,7 +178,7 @@ class BoardList(object):
"f103-HWESC",
"f103-Trigger",
"G4-ESC",
"HerePro",
"HereProAP",
]
ret = []
for x in self.boards:

View File

@ -209,16 +209,16 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board f303-Universal
$waf clean
$waf AP_Periph
echo "Building HerePro peripheral fw"
$waf configure --board HerePro
echo "Building HereProAP peripheral fw"
$waf configure --board HereProAP
$waf clean
$waf AP_Periph
echo "Building CubeOrange-periph peripheral fw"
$waf configure --board CubeOrange-periph
$waf clean
$waf AP_Periph
echo "Building HerePro bootloader"
$waf configure --board HerePro --bootloader
echo "Building HereProAP bootloader"
$waf configure --board HereProAP --bootloader
$waf clean
$waf bootloader
echo "Building G4-ESC peripheral fw"