Merge pull request #9 from stm32duino/stlink-1.3.0

Update texane stlink to 1.3.0
This commit is contained in:
Frederic Pillon 2017-06-22 10:13:32 +02:00 committed by GitHub
commit f16b97868e
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