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:
Roger Clark 2015-05-02 19:09:45 +10:00
parent 0901ab89af
commit 4f9a83e08b
9 changed files with 4 additions and 0 deletions

2
tools/linux/serial_upload Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
$(dirname $0)/stm32flash/stm32flash -g 0x8000000 -b 230400 -w "$4" /dev/"$1"

BIN
tools/linux/stlink/st-flash Executable file

Binary file not shown.

BIN
tools/linux/stlink/st-info Executable file

Binary file not shown.

BIN
tools/linux/stlink/st-term Executable file

Binary file not shown.

BIN
tools/linux/stlink/st-util Executable file

Binary file not shown.

2
tools/linux/stlink_upload Executable file
View File

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

BIN
tools/linux/stm32flash/stm32flash Executable file

Binary file not shown.

Binary file not shown.