Skip to content

Commit

Permalink
Add path to dfu-util for intel_arc32 // Issue #535
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Apr 28, 2016
1 parent 4f0b481 commit 69d6529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio/builder/scripts/intel_arc32.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def BeforeUpload(target, source, env): # pylint: disable=W0613,W0621
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES',

UPLOADER=join("$PIOPACKAGES_DIR", "tool-arduino101load", "arduino101load"),
UPLOADCMD='"$UPLOADER" $BUILD_DIR $SOURCES $UPLOADERFLAGS verbose',
DFUUTIL=join("$PIOPACKAGES_DIR", "tool-arduino101load", "dfu-util"),
UPLOADCMD='"$UPLOADER" $DFUUTIL $SOURCES $UPLOADERFLAGS verbose',

PROGNAME="firmware",
PROGSUFFIX=".elf"
Expand Down

0 comments on commit 69d6529

Please sign in to comment.