8000 fix: wrong binary extension for maple upload method · stm32duino/Arduino_Core_STM32@16207a5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16207a5

Browse files
committed
fix: wrong binary extension for maple upload method
introduced by previous #2323. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent d852c8b commit 16207a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
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 4ECA _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)
0