File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 230400 -w " $4 " /dev/" $1 "
2+ $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 115200 -w " $4 " /dev/" $1 "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 230400 -w " $4 " /dev/" $1 "
2+ $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 115200 -w " $4 " /dev/" $1 "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 230400 -w " $4 " /dev/" $1 "
2+ $( dirname $0 ) /stm32flash/stm32flash -g 0x8000000 -b 115200 -w " $4 " /dev/" $1 "
Original file line number Diff line number Diff line change 88rem : the two line below are needed to fix path issues with incorrect slashes before the bin file name
99set str = %4
1010set str = %str:/ =\ %
11- stm32flash -g 0x8000000 -b 230400 -w %str% %1
11+ stm32flash -g 0x8000000 -b 115200 -w %str% %1
1212rem : C:\Python27\python.exe stm32loader.py -e -w -p %1 -g -b 115200 %str%
1313
1414rem : ------------- use STM's own uploader
You can’t perform that action at this time.
0 commit comments