Skip to content

Commit b9d6262

Browse files
committed
Remove linux64 directory
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 19ef750 commit b9d6262

Some content is hidden

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

76 files changed

+5
-8161
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

linux/maple_upload

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2626

2727
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
2828

29+
if [ `uname -m` == "x86_64" ]; then
30+
DFU_UTIL=${DIR}/dfu-util_x86_64/dfu-util
31+
else
32+
DFU_UTIL=${DIR}/dfu-util/dfu-util
33+
fi
2934

30-
DFU_UTIL=${DIR}/dfu-util/dfu-util
3135
if [ ! -x "${DFU_UTIL}" ]; then
3236
echo "$0: error: cannot find ${DFU_UTIL}" >&2
3337
exit 2

linux/massStorageCopy

100755100644
-9.93 KB
Binary file not shown.

linux64/45-maple.rules

-5
This file was deleted.

linux64/install.sh

-15
This file was deleted.

linux64/maple_upload

-45
This file was deleted.

linux64/massStorageCopy

-13.8 KB
Binary file not shown.

linux64/src/build_dfu-util.sh

-15
This file was deleted.

linux64/src/dfu-util/AUTHORS

-30
This file was deleted.

0 commit comments

Comments
 (0)