Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cbuild-gen-idx.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
"title": "CMSIS cbuild-gen-idx",
Expand Down
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cbuild-idx.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-idx.schema.json",
"title": "CMSIS cbuild-idx",
Expand Down
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cbuild-pack.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-pack.schema.json",
"title": "CMSIS cbuild-pack",
Expand Down
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cbuild-set.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild-set.schema.json",
"title": "CMSIS cbuild-set",
Expand Down
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cbuild.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cbuild.schema.json",
"title": "CMSIS cbuild",
Expand Down
1 change: 1 addition & 0 deletions tools/projmgr/schemas/cgen.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.7.0/tools/projmgr/schemas/cgen.schema.json",
"title": "CMSIS cgen",
Expand Down
135 changes: 80 additions & 55 deletions tools/projmgr/schemas/common.schema.json

Large diffs are not rendered by default.

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