@@ -117,28 +117,14 @@ tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altI
117117# Generic STM32 upload via serial to Serial Port 1 (pins PA9 and PA10) - note. Boot0 line needs to high on board reset to enable upload via serial
118118# at the end of the upload the program is automatically run, without the board being reset
119119
120- tools.serial_upload.cmd=serial_upload
121- tools.serial_upload.cmd.windows=serial_upload.bat
122- tools.serial_upload.cmd.macosx=serial_upload
123- tools.serial_upload.path={runtime.hardware.path}/tools/win
124- tools.serial_upload.path.macosx={runtime.hardware.path}/tools/macosx
125- tools.serial_upload.path.linux={runtime.hardware.path}/tools/linux
126- tools.serial_upload.path.linux64={runtime.hardware.path}/tools/linux64
127- tools.serial_upload.upload.params.verbose=-d
128- tools.serial_upload.upload.params.quiet=
129- tools.serial_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
130-
131- # STLINK/V2
132-
133- tools.stlink.cmd=stlink_upload
134- tools.stlink.cmd.windows=stlink_upload.bat
120+ # stlink upload
121+ tools.stlink_upload.cmd=stlink_upload
122+ tools.stlink_upload.cmd.windows=stlink_upload.bat
135123tools.stlink_upload.path.windows={runtime.hardware.path}/tools/win
136124tools.stlink_upload.path.macosx={runtime.hardware.path}/tools/macosx
137125tools.stlink_upload.path.linux={runtime.hardware.path}/tools/linux
138126tools.stlink_upload.path.linux64={runtime.hardware.path}/tools/linux64
139- tools.stlink.path.linux={runtime.hardware.path}/tools/linux/
140- tools.stlink.path.macosx={runtime.hardware.path}/tools/macosx/
141- tools.stlink.upload.params.verbose=-d
142- tools.stlink.upload.params.quiet=
143- tools.stlink.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
127+ tools.stlink_upload.upload.params.verbose=-d
128+ tools.stlink_upload.upload.params.quiet=
129+ tools.stlink_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
144130
0 commit comments