File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,8 +162,9 @@ tools.xmcflasher.erase.params=-d XMC{build.board.version}-{build.board.v} -p {up
162162tools.xmcflasher.erase.pattern=python3 {cmd.path} erase {erase.params}
163163tools.xmcflasher.erase.pattern.windows=python {cmd.path} erase {erase.params}
164164tools.xmcflasher.upload.protocol=
165+ tools.xmcflasher.upload.params.custom_flag=
165166tools.xmcflasher.upload.params.verbose=--verbose
166167tools.xmcflasher.upload.params.quiet=
167- tools.xmcflasher.upload.params=-d XMC{build.board.version}-{build.board.v} -p {upload.port.address} -f {build.path}/{build.project_name}.hex {upload.verbose}
168+ tools.xmcflasher.upload.params=-d XMC{build.board.version}-{build.board.v} -p {upload.port.address} -f {build.path}/{build.project_name}.hex {upload.verbose} {upload.custom_flag}
168169tools.xmcflasher.upload.pattern=python3 {cmd.path} upload {upload.params}
169170tools.xmcflasher.upload.pattern.windows=python {cmd.path} upload {upload.params}
You can’t perform that action at this time.
0 commit comments