Update texane stlink to 1.3.0

Fix #7

https://github.com/texane/stlink/releases/tag/1.3.0
https://github.com/texane/stlink/tree/1.3.0

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
This commit is contained in:
Frederic Pillon 2017-06-20 21:37:53 +02:00
parent 5e8c6764d6
commit 50fa24ba2e
28 changed files with 12 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.o
*.swp

View file

@ -0,0 +1 @@
libstlink-shared.so.1

View file

@ -0,0 +1 @@
libstlink-shared.so.1.3.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,7 @@
#!/bin/bash
LD_LIBRARY_PATH=$(dirname $0)/stlink/lib
if [ `uname -m` == "x86_64" ]; then
$(dirname $0)/../linux64/stlink/st-flash write "$4" 0x8000000
$(dirname $0)/../linux64/stlink_upload $*
else
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
fi

View file

@ -0,0 +1 @@
libstlink-shared.so.1

View file

@ -0,0 +1 @@
libstlink-shared.so.1.3.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,5 @@
#!/bin/bash
LD_LIBRARY_PATH=$(dirname $0)/stlink/lib
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
exit 0

Binary file not shown.

View file

@ -0,0 +1 @@
libstlink-shared.1.3.0.dylib

View file

@ -0,0 +1 @@
libstlink-shared.1.dylib

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,2 +1,3 @@
#!/bin/bash
DYLD_LIBRARY_PATH=$(dirname $0)/stlink/lib
$(dirname $0)/stlink/st-flash write "$4" 0x8000000