Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tools/projmgr/schemas/common.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2180,9 +2180,7 @@
"clock": { "type": "number", "description": "Selected debug clock speed (in Hz)." },
"dbgconf": { "type": "string", "description": "Debugger configuration file (pinout, trace)." },
"start-pname": { "type": "string", "description": "Debugger connects at start to this processor." },
"gdbserver": { "$ref": "#/definitions/GdbServersType" },
"terminal": { "type": "string", "description": "Terminal port of the debugger." },
"trace": { "type": "string", "description": "Trace port of the debugger." }
"gdbserver": { "$ref": "#/definitions/GdbServersType" }
},
"additionalProperties": true,
"required": ["name"]
Expand Down
Loading