You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
276 B

#!/bin/bash
set -e
set -x
BOARD=NucleoH743
BOARD=MatekH743
#BOARD=F35Lightning
THISDIR=$(dirname $0)
./waf configure \
--board=$BOARD \
--extra-hwdef="$THISDIR/extra-hwdef-sitl-on-hw.dat" \
--default-param="$THISDIR/default.param"
./waf copter --upload