@@ -94,10 +94,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
94
94
# -------------------
95
95
96
96
#Upload to Nucleo via mass storage
97
- //tools.nucleoFlasher.path={runtime.tools.nucleoFlasher.path}
98
- tools.nucleoFlasher.path={runtime.hardware.path}/tools/win/nucleoFlasher
99
- tools.nucleoFlasher.path.macosx={runtime.hardware.path}/tools/macosx/nucleoFlasher
100
- tools.nucleoFlasher.path.linux={runtime.hardware.path}/tools/linux/nucleoFlasher
97
+ tools.nucleoFlasher.path={runtime.tools.STM32Tools.path}/tools/win/nucleoFlasher
98
+ tools.nucleoFlasher.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx/nucleoFlasher
99
+ tools.nucleoFlasher.path.linux={runtime.tools.STM32Tools.path}/tools/linux/nucleoFlasher
101
100
102
101
tools.nucleoFlasher.cmd.linux=nucleoFlasher
103
102
tools.nucleoFlasher.cmd.windows=nucleoFlasher.bat
@@ -109,13 +108,15 @@ tools.nucleoFlasher.upload.params.quiet=
109
108
tools.nucleoFlasher.upload.pattern="{path}/{cmd}" {upload.verbose} -I "{build.path}/{build.project_name}.bin" -O "{node}"
110
109
111
110
111
+
112
+
112
113
# Upload using Maple bootloader over DFU
113
114
tools.maple_upload.cmd=maple_upload
114
115
tools.maple_upload.cmd.windows=maple_upload.bat
115
- tools.maple_upload.path={runtime.hardware .path}/tools/win
116
- tools.maple_upload.path.macosx={runtime.hardware .path}/tools/macosx
117
- tools.maple_upload.path.linux={runtime.hardware .path}/tools/linux
118
- tools.maple_upload.path.linux64={runtime.hardware .path}/tools/linux64
116
+ tools.maple_upload.path={runtime.tools.STM32Tools .path}/tools/win
117
+ tools.maple_upload.path.macosx={runtime.tools.STM32Tools .path}/tools/macosx
118
+ tools.maple_upload.path.linux={runtime.tools.STM32Tools .path}/tools/linux
119
+ tools.maple_upload.path.linux64={runtime.tools.STM32Tools .path}/tools/linux64
119
120
tools.maple_upload.upload.params.verbose=-d
120
121
tools.maple_upload.upload.params.quiet=
121
122
tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
@@ -126,21 +127,21 @@ tools.maple_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altI
126
127
tools.serial_upload.cmd=serial_upload
127
128
tools.serial_upload.cmd.windows=serial_upload.bat
128
129
tools.serial_upload.cmd.macosx=serial_upload
129
- tools.serial_upload.path={runtime.hardware .path}/tools/win
130
- tools.serial_upload.path.macosx={runtime.hardware .path}/tools/macosx
131
- tools.serial_upload.path.linux={runtime.hardware .path}/tools/linux
132
- tools.serial_upload.path.linux64={runtime.hardware .path}/tools/linux64
130
+ tools.serial_upload.path={runtime.tools.STM32Tools .path}/tools/win
131
+ tools.serial_upload.path.macosx={runtime.tools.STM32Tools .path}/tools/macosx
132
+ tools.serial_upload.path.linux={runtime.tools.STM32Tools .path}/tools/linux
133
+ tools.serial_upload.path.linux64={runtime.tools.STM32Tools .path}/tools/linux64
133
134
tools.serial_upload.upload.params.verbose=-d
134
135
tools.serial_upload.upload.params.quiet=n
135
136
tools.serial_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
136
137
137
138
# stlink upload
138
139
tools.stlink_upload.cmd=stlink_upload
139
140
tools.stlink_upload.cmd.windows=stlink_upload.bat
140
- tools.stlink_upload.path.windows={runtime.hardware .path}/tools/win
141
- tools.stlink_upload.path.macosx={runtime.hardware .path}/tools/macosx
142
- tools.stlink_upload.path.linux={runtime.hardware .path}/tools/linux
143
- tools.stlink_upload.path.linux64={runtime.hardware .path}/tools/linux64
141
+ tools.stlink_upload.path.windows={runtime.tools.STM32Tools .path}/tools/win
142
+ tools.stlink_upload.path.macosx={runtime.tools.STM32Tools .path}/tools/macosx
143
+ tools.stlink_upload.path.linux={runtime.tools.STM32Tools .path}/tools/linux
144
+ tools.stlink_upload.path.linux64={runtime.tools.STM32Tools .path}/tools/linux64
144
145
tools.stlink_upload.upload.params.verbose=-d
145
146
tools.stlink_upload.upload.params.quiet=
146
147
tools.stlink_upload.upload.pattern="{path}/{cmd}" {serial.port.file} {upload.altID} {upload.usbID} "{build.path}/{build.project_name}.bin"
0 commit comments