Skip to content

Commit be478a6

Browse files
Help URL update for output file nodes
1 parent 5204fc6 commit be478a6

File tree

8 files changed

+87
-56
lines changed

8 files changed

+87
-56
lines changed

tools/projmgr/schemas/cbuild-gen-idx.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
45
"title": "CMSIS cbuild-gen-idx",

tools/projmgr/schemas/cbuild-idx.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-idx.schema.json",
45
"title": "CMSIS cbuild-idx",

tools/projmgr/schemas/cbuild-pack.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-pack.schema.json",
45
"title": "CMSIS cbuild-pack",

tools/projmgr/schemas/cbuild-set.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-set.schema.json",
45
"title": "CMSIS cbuild-set",

tools/projmgr/schemas/cbuild.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild.schema.json",
45
"title": "CMSIS cbuild",

tools/projmgr/schemas/cgen.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml",
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cgen.schema.json",
45
"title": "CMSIS cgen",

tools/projmgr/schemas/common.schema.json

Lines changed: 80 additions & 55 deletions
Large diffs are not rendered by default.

tools/projmgr/schemas/cproject.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution",
2+
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cproject.schema.json",
55
"title": "CMSIS Project",

0 commit comments

Comments
 (0)