Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Still looking into - cubeorange.inc:
 - USE_BOOTLOADER_FROM_BOARD CubeOrange
  • Loading branch information
Pradeep-Carbonix committed Jul 31, 2024
1 parent 6c7f953 commit 0f8f9bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tools/Carbonix_scripts/build_no_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ BOARD=$1

if [ "$BOARD" == "CubeOrange" ] || [ "$BOARD" == "CubeOrange-Volanti" ] || [ "$BOARD" == "CubeOrange-Ottano" ] || [ "$BOARD" == "sitl" ]
then
echo "Configuring Plane for $BOARD..."
./waf configure --board $BOARD
echo "Compiling Plane for $BOARD..."
./waf plane
else
elif [ "$BOARD" == "CarbonixF405" ] || [ "$BOARD" == "CarbonixF405-no-crystal" ]
then
echo "Configuring AP_Periph for $BOARD..."
./waf configure --board $BOARD
echo "Compiling AP_Periph for $BOARD..."
./waf AP_Periph
fi
Expand Down

0 comments on commit 0f8f9bf

Please sign in to comment.