Skip to content

Commit 16207a5

Browse files
committed
fix: wrong binary extension for maple upload method
introduced by previous stm32duino#2323. Signed-off-by: Frederic Pillon <[email protected]>
1 parent d852c8b commit 16207a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tools.maple_upload.script=maple_upload.sh
225225
tools.maple_upload.path={runtime.tools.STM32Tools.path}
226226
tools.maple_upload.upload.params.verbose=-d
227227
tools.maple_upload.upload.params.quiet=n
228-
tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.dfu"
228+
tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.bin"
229229

230230
# STM32MP1 self-contained shell script
231231
tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}

0 commit comments

Comments
 (0)