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
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-gen-idx.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
"title": "CMSIS cbuild-gen-idx",
"description": "defines sibling contexts description for a generator call",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"build-gen-idx": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-gen.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-gen.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen.schema.json",
"title": "CMSIS cbuild-gen",
"description": "defines an individual context description for a generator call",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"build-gen": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-idx.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cbuild-idx.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-idx.schema.json",
"title": "CMSIS cbuild-idx",
"description": "defines a build description for a solution",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"build-idx": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-pack.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cbuild-pack.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-pack.schema.json",
"title": "CMSIS cbuild-pack",
"description": "file containing all pack versions used, used for pack locking",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"cbuild-pack": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-run.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cbuild-run.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-run.schema.json",
"title": "CMSIS cbuild-run",
"description": "contains run and debug information for a target",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"cbuild-run": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild-set.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cbuild-set.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-set.schema.json",
"title": "CMSIS cbuild-set",
"description": "defines a selected set of build configuration",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"cbuild-set": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cbuild.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild.schema.json",
"title": "CMSIS cbuild",
"description": "defines a build description for a project",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"build": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cdefault.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/cdefault.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cdefault.schema.json",
"title": "CMSIS cdefault",
"description": "Default setup of a build environment with toolchain specific controls.",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"default": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cgen.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cgen.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cgen.schema.json",
"title": "CMSIS cgen",
"description": "set of source files and pre-configured components generated by external program",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"generator-import": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/clayer.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/clayer.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/clayer.schema.json",
"title": "CMSIS Layer",
"description": "Set of source files and pre-configured components for reuse in different applications.",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"layer": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/common.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/common.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/common.schema.json",
"title": "CMSIS common",
"description": "Common and reusable properties for other schemas.",
"version": "2.10.0",
"version": "2.11.0",
"definitions": {
"ArrayOfStrings": {
"type": "array",
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cproject.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$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.10.0/tools/projmgr/schemas/cproject.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cproject.schema.json",
"title": "CMSIS Project",
"description": "Source files and pre-configured components of a sub-project that builds independently.",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"project": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/csolution.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/csolution.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/csolution.schema.json",
"title": "CMSIS Solution",
"description": "Complete scope of an application composed of sub-projects. Defines target and build types.",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"solution": {
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/generator.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.10.0/tools/projmgr/schemas/generator.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/generator.schema.json",
"title": "CMSIS generator registry",
"description": "defines global generator registry",
"version": "2.10.0",
"version": "2.11.0",
"type": "object",
"properties": {
"generator": {
Expand Down
Loading