Skip to content

Commit 8c327ac

Browse files
committed
Added OSX DFU binaries and changed the OSX maple-upload script to use them. (This saves users having to install dfu-util themselves, e.g. via Homebrew
1 parent 7040310 commit 8c327ac

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

tools/macosx/dfu-util/dfu-prefix

22.2 KB
Binary file not shown.

tools/macosx/dfu-util/dfu-suffix

22.2 KB
Binary file not shown.

tools/macosx/dfu-util/dfu-util

46.9 KB
Binary file not shown.

tools/macosx/maple_upload

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ else
3939
dfuse_addr=""
4040
fi
4141

42-
DFU_UTIL=/usr/local/bin/dfu-util
42+
#DFU_UTIL=/usr/local/bin/dfu-util
43+
DFU_UTIL=${DIR}/dfu-util/dfu-util
4344
if [ ! -x ${DFU_UTIL} ]; then
4445
DFU_UTIL=/opt/local/bin/dfu-util
4546
fi

0 commit comments

Comments
 (0)