Skip to content

Commit 7d94665

Browse files
committed
add cbuildrun to J-Link default
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 1fc1921 commit 7d94665

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
"-localhostonly"
129129
],
130130
"port": "3333"
131+
},
132+
"cmsis": {
133+
"cbuildRunFile": "${command:cmsis-csolution.getCbuildRunFile}"
131134
}
132135
}
133136
],
@@ -163,6 +166,9 @@
163166
"-localhostonly"
164167
],
165168
"port": "3333"
169+
},
170+
"cmsis": {
171+
"cbuildRunFile": "^\"\\${command:cmsis-csolution.getCbuildRunFile}\""
166172
}
167173
}
168174
}

0 commit comments

Comments
 (0)