added linux32 versions of stm32flash and stlink binaries and used scripts from OSX for these in linux as the scripts are identical
This commit is contained in:
parent
0901ab89af
commit
4f9a83e08b
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
$(dirname $0)/stm32flash/stm32flash -g 0x8000000 -b 230400 -w "$4" /dev/"$1"
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue