Skip to content

Commit 690270f

Browse files
committed
[Schema] Added links to debugger, memory and load node (Open-CMSIS-Pack#1181)
1 parent 2d98cdb commit 690270f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/projmgr/schemas/common.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@
20052005
"type": "string"
20062006
},
20072007
"MemoryType": {
2008-
"title": "memory:",
2008+
"title": "memory:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#memory",
20092009
"description": "Additional memory available",
20102010
"type": "array",
20112011
"uniqueItems": true,
@@ -2126,6 +2126,7 @@
21262126
"required": ["name"]
21272127
},
21282128
"DebuggersType": {
2129+
"title": "debugger:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#debugger",
21292130
"description": "Connection information to debuggers.",
21302131
"type": "array",
21312132
"uniqueItems": true,
@@ -2146,6 +2147,7 @@
21462147
"required": ["name"]
21472148
},
21482149
"LoadsType": {
2150+
"title": "load:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#load",
21492151
"description": "Specifies additional files to add to the output node.",
21502152
"type": "array",
21512153
"uniqueItems": true,

0 commit comments

Comments
 (0)