Add executable extension to call properly stm32flash on Win10

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
Frederic Pillon 2018-09-22 16:17:51 +02:00
parent 666c780b7b
commit 81745f6e7e

View file

@ -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