Add executable extension to call properly stm32flash on Win10
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
666c780b7b
commit
81745f6e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ cd %~dp0
|
|||
rem: the two line below are needed to fix path issues with incorrect slashes before the bin file name
|
||||
set str=%4
|
||||
set str=%str:/=\%
|
||||
stm32flash -g 0x8000000 -b 115200 -w %str% %1
|
||||
stm32flash.exe -g 0x8000000 -b 115200 -w %str% %1
|
||||
rem: C:\Python27\python.exe stm32loader.py -e -w -p %1 -g -b 115200 %str%
|
||||
|
||||
rem: ------------- use STM's own uploader
|
||||
|
|
|
|||
Loading…
Reference in a new issue