@@ -112,7 +112,7 @@ extras.path={build.system.path}/extras
112112
113113# Create empty {build.opt} if not exists in the output sketch dir and force include of SrcWrapper library
114114recipe.hooks.prebuild.1.pattern="{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
115- recipe.hooks.prebuild.1.pattern.windows="{runtime.tools.STM32Tools.path}/tools/ win/busybox.exe" sh "{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
115+ recipe.hooks.prebuild.1.pattern.windows="{runtime.tools.STM32Tools.path}/win/busybox.exe" sh "{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
116116
117117# compile patterns
118118# ---------------------
@@ -157,19 +157,19 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
157157# Upload to board via mass storage
158158tools.massStorageCopy.cmd=massStorageCopy.sh
159159tools.massStorageCopy.cmd.windows=massStorageCopy.bat
160- tools.massStorageCopy.path={runtime.tools.STM32Tools.path}/tools/ win
161- tools.massStorageCopy.path.macosx={runtime.tools.STM32Tools.path}/tools/ macosx
162- tools.massStorageCopy.path.linux={runtime.tools.STM32Tools.path}/tools/ linux
160+ tools.massStorageCopy.path={runtime.tools.STM32Tools.path}/win
161+ tools.massStorageCopy.path.macosx={runtime.tools.STM32Tools.path}/macosx
162+ tools.massStorageCopy.path.linux={runtime.tools.STM32Tools.path}/linux
163163tools.massStorageCopy.upload.params.verbose=
164164tools.massStorageCopy.upload.params.quiet=
165165tools.massStorageCopy.upload.pattern="{path}/{cmd}" {upload.verbose} -I "{build.path}/{build.project_name}.bin" -O "{node}"
166166
167167# STM32CubeProgrammer upload
168168tools.stm32CubeProg.cmd=stm32CubeProg.sh
169169tools.stm32CubeProg.cmd.windows=stm32CubeProg.bat
170- tools.stm32CubeProg.path.linux={runtime.tools.STM32Tools.path}/tools/ linux
171- tools.stm32CubeProg.path.macosx={runtime.tools.STM32Tools.path}/tools/ macosx
172- tools.stm32CubeProg.path.windows={runtime.tools.STM32Tools.path}/tools/ win
170+ tools.stm32CubeProg.path.linux={runtime.tools.STM32Tools.path}/linux
171+ tools.stm32CubeProg.path.macosx={runtime.tools.STM32Tools.path}/macosx
172+ tools.stm32CubeProg.path.windows={runtime.tools.STM32Tools.path}/win
173173tools.stm32CubeProg.upload.params.verbose=
174174tools.stm32CubeProg.upload.params.quiet=
175175tools.stm32CubeProg.upload.pattern="{path}/{cmd}" {upload.protocol} "{build.path}/{build.project_name}.bin" {upload.options}
@@ -185,25 +185,25 @@ tools.bmp_upload.upload.pattern="{path}/{cmd}" -nx -b {upload.speed} {upload.ver
185185# HID flash 2.2 (HID bootloader v2.2 for STM32F1 and STM32F4 series)
186186tools.hid_upload.cmd=hid-flash
187187tools.hid_upload.cmd.windows=hid-flash.exe
188- tools.hid_upload.path={runtime.tools.STM32Tools.path}/tools/ win
189- tools.hid_upload.path.macosx={runtime.tools.STM32Tools.path}/tools/ macosx
190- tools.hid_upload.path.linux={runtime.tools.STM32Tools.path}/tools/ linux
188+ tools.hid_upload.path={runtime.tools.STM32Tools.path}/win
189+ tools.hid_upload.path.macosx={runtime.tools.STM32Tools.path}/macosx
190+ tools.hid_upload.path.linux={runtime.tools.STM32Tools.path}/linux
191191tools.hid_upload.upload.params.verbose=-d
192192tools.hid_upload.upload.params.quiet=n
193193tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
194194
195195# Upload using Maple bootloader over DFU
196196tools.maple_upload.cmd=maple_upload.sh
197197tools.maple_upload.cmd.windows=maple_upload.bat
198- tools.maple_upload.path={runtime.tools.STM32Tools.path}/tools/ win
199- tools.maple_upload.path.macosx={runtime.tools.STM32Tools.path}/tools/ macosx
200- tools.maple_upload.path.linux={runtime.tools.STM32Tools.path}/tools/ linux
198+ tools.maple_upload.path={runtime.tools.STM32Tools.path}/win
199+ tools.maple_upload.path.macosx={runtime.tools.STM32Tools.path}/macosx
200+ tools.maple_upload.path.linux={runtime.tools.STM32Tools.path}/linux
201201tools.maple_upload.upload.params.verbose=-d
202202tools.maple_upload.upload.params.quiet=n
203203tools.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={runtime.tools.STM32Tools.path}/tools
206+ tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}
207207tools.remoteproc_gen.busybox=
208208tools.remoteproc_gen.busybox.windows={path}/win/busybox.exe
209209tools.remoteproc_gen.script=run_arduino_gen.sh
0 commit comments