We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b745b2 commit ef43508Copy full SHA for ef43508
platform.txt
@@ -178,7 +178,7 @@ tools.stm32CubeProg.busybox.windows={path}/win/busybox.exe
178
tools.stm32CubeProg.cmd=stm32CubeProg.sh
179
tools.stm32CubeProg.upload.params.verbose=
180
tools.stm32CubeProg.upload.params.quiet=
181
-tools.stm32CubeProg.upload.pattern="{busybox}" sh "{path}/{cmd}" {upload.protocol} "{build.path}/{build.project_name}.bin" {upload.options}
+tools.stm32CubeProg.upload.pattern="{busybox}" sh "{path}/{cmd}" {upload.protocol} "{build.path}/{build.project_name}.bin" {build.flash_offset} {upload.options}
182
183
# blackmagic upload for generic STM32
184
tools.bmp_upload.cmd=arm-none-eabi-gdb
0 commit comments