8000 !fixup: change script file to tools root · stm32duino/Arduino_Core_STM32@791cab4 · 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 791cab4

Browse files
committed
!fixup: change script file to tools root
1 parent 881d326 commit 791cab4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

platform.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,10 @@ tools.maple_upload.upload.params.quiet=n
203203
tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
204204

205205
# STM32MP1 self-contained shell script
206-
tools.remoteproc_gen.path.linux={runtime.tools 7504 .STM32Tools.path}/tools/linux
207-
tools.remoteproc_gen.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx
208-
tools.remoteproc_gen.path.windows={runtime.tools.STM32Tools.path}/tools/win
209-
tools.remoteproc_gen.cmd=
210-
tools.remoteproc_gen.cmd.windows={path}/busybox.exe
206+
tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}/tools
207+
tools.remoteproc_gen.busybox=
208+
tools.remoteproc_gen.busybox.windows={path}/win/busybox.exe
211209
tools.remoteproc_gen.script=run_arduino_gen.sh
212210
tools.remoteproc_gen.upload.params.verbose=
213211
tools.remoteproc_gen.upload.params.quiet=
214-
tools.remoteproc_gen.upload.pattern="{cmd}" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino.sh"
212+
tools.remoteproc_gen.upload.pattern="{busybox}" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino.sh"

0 commit comments

Comments
 (0)
0