Skip to content

Commit 9988d4d

Browse files
committed
added 60v2_alva to build script
1 parent 92efab4 commit 9988d4d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

build_all/60v2_alva/VESC_default.bin

384 KB
Binary file not shown.

build_all/rebuild_all

+20
Original file line numberDiff line numberDiff line change
@@ -670,3 +670,23 @@ cp $FWPATH/build/BLDC_4_ChibiOS.bin $COPYDIR/VESC_default_no_hw_limits.bin
670670
cd $FWPATH
671671
make clean
672672
cd $DIR
673+
674+
#################### HW 60v2_alva ########################
675+
676+
COPYDIR=60v2_alva
677+
mkdir -p $COPYDIR
678+
rm -f $COPYDIR/*
679+
680+
# default
681+
cd $FWPATH
682+
touch conf_general.h
683+
make -j12 build_args='-DHW_SOURCE=\"hw_60v2_alva.c\" -DHW_HEADER=\"hw_60v2_alva.h\"' USE_VERBOSE_COMPILE=no
684+
cd $DIR
685+
cp $FWPATH/build/BLDC_4_ChibiOS.bin $COPYDIR/VESC_default.bin
686+
687+
# Clean
688+
cd $FWPATH
689+
make clean
690+
cd $DIR
691+
692+

0 commit comments

Comments
 (0)