Replace st-link OSX binaries for ones that work on 10.7 and fixed issue in OSX stlink_upload bash script

This commit is contained in:
Roger Clark 2015-01-22 15:48:22 +11:00
parent 66d320b33b
commit 7e1155125c
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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