Skip to content

Commit

Permalink
Tools : add new board CarbonixCubeOrangePlus
Browse files Browse the repository at this point in the history
SW-119
  • Loading branch information
loki077 committed Mar 14, 2024
1 parent c72082f commit be91584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/Carbonix_scripts/build_no_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# The board to build for is passed as an argument to the script
BOARD=$1

if [ "$BOARD" == "CubeOrange" ] || [ "$BOARD" == "CarbonixCubeOrange" ] || [ "$BOARD" == "sitl" ]
if [ "$BOARD" == "CubeOrange" ] || [ "$BOARD" == "CarbonixCubeOrange" ] || [ "$BOARD" == "CarbonixCubeOrangePlus" ] || [ "$BOARD" == "sitl" ]
then
echo "Compiling Plane for $BOARD..."
./waf plane
Expand Down
2 changes: 1 addition & 1 deletion Tools/Carbonix_scripts/carbonix_waf_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
echo "Running distclean..."
./waf distclean

main_boards=("CarbonixCubeOrange" "CubeOrange" "sitl")
main_boards=("CarbonixCubeOrangePlus" "CarbonixCubeOrange" "CubeOrange" "sitl")

for board in "${main_boards[@]}"; do
echo "Compiling Plane for $board..."
Expand Down

0 comments on commit be91584

Please sign in to comment.