We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
targetProcessor
-m
1 parent ed5a1eb commit cf84183Copy full SHA for cf84183
src/stlink.ts
@@ -265,7 +265,7 @@ export class STLinkServerController extends EventEmitter implements GDBServerCon
265
}
266
serverargs.push('--halt'); // Need this for reset to work as expected (perform a halt)
267
if (this.targetProcessor > 0) {
268
- serverargs.push('-m', `this.targetProcessor`);
+ serverargs.push('-m', `${this.targetProcessor}`);
269
270
271
if (this.args.serverArgs) {
0 commit comments