Skip to content

Commit f0cbb88

Browse files
committed
Clean up scripts
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 112e7c0 commit f0cbb88

File tree

5 files changed

+0
-253
lines changed

5 files changed

+0
-253
lines changed

linux/maple_upload

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#set -e
44

5-
6-
75
if [ $# -lt 4 ]; then
86
echo "Usage: $0 $# <dummy_port> <altID> <usbID> <binfile>" >&2
97
exit 1
@@ -29,8 +27,6 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2927
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
3028

3129

32-
#DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
33-
DFU_UTIL=/usr/bin/dfu-util
3430
DFU_UTIL=${DIR}/dfu-util/dfu-util
3531
if [ ! -x "${DFU_UTIL}" ]; then
3632
echo "$0: error: cannot find ${DFU_UTIL}" >&2

linux/upload_router

-112
This file was deleted.

linux64/maple_upload

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#set -e
44

5-
6-
75
if [ $# -lt 4 ]; then
86
echo "Usage: $0 $# <dummy_port> <altID> <usbID> <binfile>" >&2
97
exit 1
@@ -29,8 +27,6 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2927
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
3028

3129

32-
#DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
33-
DFU_UTIL=/usr/bin/dfu-util
3430
DFU_UTIL=${DIR}/dfu-util/dfu-util
3531
if [ ! -x "${DFU_UTIL}" ]; then
3632
echo "$0: error: cannot find ${DFU_UTIL}" >&2

linux64/upload_router

-112
This file was deleted.

macosx/upload_router

-21
This file was deleted.

0 commit comments

Comments
 (0)