Skip to content

Commit

Permalink
Tools: remove HerePro
Browse files Browse the repository at this point in the history
to be replaced by a HereProAP
  • Loading branch information
peterbarker authored and tridge committed Feb 15, 2024
1 parent 4113290 commit 492bbe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Tools/scripts/board_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def find_ap_periph_boards(self):
"f103-HWESC",
"f103-Trigger",
"G4-ESC",
"HerePro",
]
ret = []
for x in self.boards:
Expand Down
8 changes: 0 additions & 8 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,10 @@ 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
$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
$waf clean
$waf bootloader
echo "Building G4-ESC peripheral fw"
$waf configure --board G4-ESC
$waf clean
Expand Down

0 comments on commit 492bbe4

Please sign in to comment.