Commit graph

4 commits

Author SHA1 Message Date
Frederic.Pillon
ce5b68d456 [STM32CubeProg] Add option to erase all sectors
For example adding a platform.local.txt with:
tools.stm32CubeProg.upload.pattern="{path}/{cmd}" 1{upload.protocol} "{build.path}/{build.project_name}.bin" {upload.options}

will allow to erase all sectors before download.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-05-28 08:14:49 +02:00
Frederic.Pillon
e167f91814 [STM32CubeProg] Fix trailing arguments for windows
"shift" has no effect on "%*" batch parameter; it only change index.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-05-24 16:14:29 +02:00
Frederic.Pillon
3d52d4c03e Update stm32CubeProg scripts
All trailing arguments will be passed to the STM32CubeProgrammer

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-05-15 10:05:29 +02:00
Frederic.Pillon
0e0ac6837d Add STM32CubeProgrammer support
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-05-03 10:56:25 +02:00