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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 112 deletions
This file was deleted.

linux64/maple_upload

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 5 deletions
This file was deleted.

linux64/src/maple_loader/build.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 32 deletions
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

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)