Skip to content

Commit 4f9a83e

Browse files
added linux32 versions of stm32flash and stlink binaries and used scripts from OSX for these in linux as the scripts are identical
1 parent 0901ab8 commit 4f9a83e

9 files changed

Lines changed: 4 additions & 0 deletions

File tree

tools/linux/serial_upload

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
$(dirname $0)/stm32flash/stm32flash -g 0x8000000 -b 230400 -w "$4" /dev/"$1"

tools/linux/stlink/st-flash

169 KB
Binary file not shown.

tools/linux/stlink/st-info

166 KB
Binary file not shown.

tools/linux/stlink/st-term

140 KB
Binary file not shown.

tools/linux/stlink/st-util

226 KB
Binary file not shown.

tools/linux/stlink_upload

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
$(dirname $0)/stlink/st-flash write "$4" 0x8000000

tools/linux/stm32flash/stm32flash

87 KB
Binary file not shown.
13.5 KB
Binary file not shown.
-68.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)