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:
parent
66d320b33b
commit
7e1155125c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
$(dirname $0)/stlink/st-flash "$4" 0x8000000
|
||||
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
|
||||
|
|
Loading…
Reference in New Issue