Skip to content

Commit f16b978

Browse files
authored
Merge pull request #9 from stm32duino/stlink-1.3.0
Update texane stlink to 1.3.0
2 parents 5e8c676 + 50fa24b commit f16b978

28 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.o
2+
*.swp

linux/stlink/lib/libstlink-shared.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink-shared.so.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink-shared.so.1.3.0
91.1 KB
Binary file not shown.

linux/stlink/lib/libstlink.a

104 KB
Binary file not shown.

linux/stlink/st-flash

-152 KB
Binary file not shown.

linux/stlink/st-info

-155 KB
Binary file not shown.

linux/stlink/st-term

-140 KB
Binary file not shown.

linux/stlink/st-util

-175 KB
Binary file not shown.

linux/stlink_upload

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
2+
LD_LIBRARY_PATH=$(dirname $0)/stlink/lib
23
if [ `uname -m` == "x86_64" ]; then
3-
$(dirname $0)/../linux64/stlink/st-flash write "$4" 0x8000000
4+
$(dirname $0)/../linux64/stlink_upload $*
45
else
56
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
67
fi

0 commit comments

Comments
 (0)