Skip to content

Commit dadcf33

Browse files
authored
Merge pull request #35 from fpistm/pr-33-review
Update Legacy upload tools + clean
2 parents ce5b68d + 7f6dcc3 commit dadcf33

File tree

222 files changed

+0
-10114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+0
-10114
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/src/maple_loader/README.md

-5
This file was deleted.

linux64/src/maple_loader/build.xml

-73
This file was deleted.

linux64/src/maple_loader/build/built-jar.properties

-4
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

linux64/src/maple_loader/dist/README.TXT

-32
This file was deleted.
-149 KB
Binary file not shown.
-32 KB
Binary file not shown.
-149 KB
Binary file not shown.

linux64/src/maple_loader/manifest.mf

-3
This file was deleted.

0 commit comments

Comments
 (0)