Skip to content
Snippets Groups Projects
Commit d79b08bf authored by Martino Facchin's avatar Martino Facchin Committed by Cristian Maglie
Browse files

Avoid upload if openocd on MIPS is too old and bugged

parent 48d764ab
Branches
Tags
No related merge requests found
......@@ -126,7 +126,7 @@ tools.avrdude.upload.params.quiet=-q -q
tools.avrdude.upload.params.noverify=-V
tools.avrdude.upload.pattern="{cmd}" "-C{config.path}" {upload.verbose} -p{build.emu.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex
tools.avrdude_remote.upload.pattern="openocd --version 2>&1 | grep 2017 && /usr/bin/run-avrdude /tmp/sketch.hex || echo Can't upload; update your Tian first 1>&2; exit 1"
#
# BOSSA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment