Skip to content

Commit

Permalink
fix: wrong binary extension for maple upload method
Browse files Browse the repository at this point in the history
introduced by previous #2323.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jun 20, 2024
1 parent d852c8b commit 16207a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ tools.maple_upload.script=maple_upload.sh
tools.maple_upload.path={runtime.tools.STM32Tools.path}
tools.maple_upload.upload.params.verbose=-d
tools.maple_upload.upload.params.quiet=n
tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.dfu"
tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.bin"

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

0 comments on commit 16207a5

Please sign in to comment.