Skip to content

Commit 7fb6fd1

Browse files
authored
extend schema for arm debugger
1 parent b89fd4c commit 7fb6fd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/templates.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
"deviceName": { "type": "string" },
4545
"processorName": { "type": "string" },
4646
"workspaceFolder": { "type": "string" },
47+
"debugClockSpeed": { "type": "string" },
48+
"debugPortMode": { "type": "string" },
4749
"initCommands": { "type": "array", "items": { "type": "string" } },
4850
"customResetCommands": { "type": "array", "items": { "type": "string" } },
4951
"cmsis": {
@@ -87,6 +89,8 @@
8789
"deviceName": { "type": "string" },
8890
"processorName": { "type": "string" },
8991
"workspaceFolder": { "type": "string" },
92+
"debugClockSpeed": { "type": "string" },
93+
"debugPortMode": { "type": "string" },
9094
"problemMatcher": { "type": "array" },
9195
"command": { "type": [ "string", "array" ], "items": { "type": "string" } },
9296
"args": { "type": "array", "items": { "type": "string" } },

0 commit comments

Comments
 (0)