diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 9ab199d0b..8632fd4d5 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS Project Manager cdefault", - "version": "0.9.2", + "version": "0.9.3", "properties": { "default": { "$ref": "./common.schema.json#/definitions/DefaultDescType" diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index a1cd070e8..2eae45ccc 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS Project Manager clayer", - "version": "0.9.2", + "version": "0.9.3", "properties": { "layer": { "$ref": "./common.schema.json#/definitions/LayerDescType" diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index 9b6f7b1e1..e5d84ad97 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/common.schema.json", "title": "CMSIS Project Manager common", - "version": "0.9.2", + "version": "0.9.3", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index 86e3975e4..17b073e78 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS Project Manager cproject", - "version": "0.9.2", + "version": "0.9.3", "properties": { "project": { "$ref": "./common.schema.json#/definitions/ProjectDescType" diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index f4ff8761a..563b51818 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS Project Manager csolution", - "version": "0.9.2", + "version": "0.9.3", "properties": { "solution": { "$ref": "./common.schema.json#/definitions/SolutionDescType" diff --git a/tools/projmgr/templates/{{ProjectName}}.cproject.yml b/tools/projmgr/templates/{{ProjectName}}.cproject.yml index a6f40882f..fa0cec751 100644 --- a/tools/projmgr/templates/{{ProjectName}}.cproject.yml +++ b/tools/projmgr/templates/{{ProjectName}}.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: {{DeviceName}} diff --git a/tools/projmgr/templates/{{SolutionName}}.csolution.yml b/tools/projmgr/templates/{{SolutionName}}.csolution.yml index 6e6d58faf..1be2af21d 100644 --- a/tools/projmgr/templates/{{SolutionName}}.csolution.yml +++ b/tools/projmgr/templates/{{SolutionName}}.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestDefault/.cdefault.yml b/tools/projmgr/test/data/TestDefault/.cdefault.yml index 93c4dd570..bc7cc4f37 100644 --- a/tools/projmgr/test/data/TestDefault/.cdefault.yml +++ b/tools/projmgr/test/data/TestDefault/.cdefault.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cdefault.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cdefault.schema.json default: build-types: diff --git a/tools/projmgr/test/data/TestDefault/build-types.csolution.yml b/tools/projmgr/test/data/TestDefault/build-types.csolution.yml index af3734e90..e18402b57 100644 --- a/tools/projmgr/test/data/TestDefault/build-types.csolution.yml +++ b/tools/projmgr/test/data/TestDefault/build-types.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: build-types: diff --git a/tools/projmgr/test/data/TestDefault/empty.csolution.yml b/tools/projmgr/test/data/TestDefault/empty.csolution.yml index 659a43c44..b63634fd5 100644 --- a/tools/projmgr/test/data/TestDefault/empty.csolution.yml +++ b/tools/projmgr/test/data/TestDefault/empty.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: diff --git a/tools/projmgr/test/data/TestDefault/full.csolution.yml b/tools/projmgr/test/data/TestDefault/full.csolution.yml index f88fca702..acc2bb1df 100644 --- a/tools/projmgr/test/data/TestDefault/full.csolution.yml +++ b/tools/projmgr/test/data/TestDefault/full.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: build-types: diff --git a/tools/projmgr/test/data/TestDefault/multiple/1.cdefault.yml b/tools/projmgr/test/data/TestDefault/multiple/1.cdefault.yml index 93c4dd570..bc7cc4f37 100644 --- a/tools/projmgr/test/data/TestDefault/multiple/1.cdefault.yml +++ b/tools/projmgr/test/data/TestDefault/multiple/1.cdefault.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cdefault.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cdefault.schema.json default: build-types: diff --git a/tools/projmgr/test/data/TestDefault/multiple/2.cdefault.yml b/tools/projmgr/test/data/TestDefault/multiple/2.cdefault.yml index 93c4dd570..bc7cc4f37 100644 --- a/tools/projmgr/test/data/TestDefault/multiple/2.cdefault.yml +++ b/tools/projmgr/test/data/TestDefault/multiple/2.cdefault.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cdefault.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cdefault.schema.json default: build-types: diff --git a/tools/projmgr/test/data/TestDefault/project.cproject.yml b/tools/projmgr/test/data/TestDefault/project.cproject.yml index 45169b671..c4c5153dd 100644 --- a/tools/projmgr/test/data/TestDefault/project.cproject.yml +++ b/tools/projmgr/test/data/TestDefault/project.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestDefault/wrong/.cdefault.yml b/tools/projmgr/test/data/TestDefault/wrong/.cdefault.yml index 8d0571d33..7c2164eb1 100644 --- a/tools/projmgr/test/data/TestDefault/wrong/.cdefault.yml +++ b/tools/projmgr/test/data/TestDefault/wrong/.cdefault.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cdefault.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cdefault.schema.json default: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestGenerator/test-gpdsc-multiple-types.csolution.yml b/tools/projmgr/test/data/TestGenerator/test-gpdsc-multiple-types.csolution.yml index c687f264c..a655c4134 100644 --- a/tools/projmgr/test/data/TestGenerator/test-gpdsc-multiple-types.csolution.yml +++ b/tools/projmgr/test/data/TestGenerator/test-gpdsc-multiple-types.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestGenerator/test-gpdsc.cproject.yml b/tools/projmgr/test/data/TestGenerator/test-gpdsc.cproject.yml index 1692b2ac0..3d699b7cc 100644 --- a/tools/projmgr/test/data/TestGenerator/test-gpdsc.cproject.yml +++ b/tools/projmgr/test/data/TestGenerator/test-gpdsc.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: components: diff --git a/tools/projmgr/test/data/TestGenerator/test-gpdsc.csolution.yml b/tools/projmgr/test/data/TestGenerator/test-gpdsc.csolution.yml index 5de3d2df4..04a268054 100644 --- a/tools/projmgr/test/data/TestGenerator/test-gpdsc.csolution.yml +++ b/tools/projmgr/test/data/TestGenerator/test-gpdsc.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.cproject.yml b/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.cproject.yml index c5f3037ae..3c3fb6c30 100644 --- a/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.cproject.yml +++ b/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: components: diff --git a/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.csolution.yml b/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.csolution.yml index 68a95c946..0ff54ce6d 100644 --- a/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.csolution.yml +++ b/tools/projmgr/test/data/TestGenerator/test-gpdsc_with_key.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer.yml b/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer.yml index 8ea889ca2..4fdfa3cb9 100644 --- a/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer.yml +++ b/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: description: Layer 1 diff --git a/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer_pname.yml b/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer_pname.yml index ba0f49759..fe0838615 100644 --- a/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer_pname.yml +++ b/tools/projmgr/test/data/TestLayers/Layer1/layer1.clayer_pname.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: description: Layer 1 diff --git a/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer.yml b/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer.yml index e7bd9c290..8bb6a9320 100644 --- a/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer.yml +++ b/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: description: Layer 2 diff --git a/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer_package_with_pname.yml b/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer_package_with_pname.yml index 3642cfae0..9d8790424 100644 --- a/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer_package_with_pname.yml +++ b/tools/projmgr/test/data/TestLayers/Layer2/layer2.clayer_package_with_pname.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: description: Layer 2 diff --git a/tools/projmgr/test/data/TestLayers/Layer3/layer3.clayer.yml b/tools/projmgr/test/data/TestLayers/Layer3/layer3.clayer.yml index 219840dd1..9bb478920 100644 --- a/tools/projmgr/test/data/TestLayers/Layer3/layer3.clayer.yml +++ b/tools/projmgr/test/data/TestLayers/Layer3/layer3.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: description: Layer 3 diff --git a/tools/projmgr/test/data/TestLayers/testlayers.cproject.yml b/tools/projmgr/test/data/TestLayers/testlayers.cproject.yml index 002745c5a..cc43de975 100644 --- a/tools/projmgr/test/data/TestLayers/testlayers.cproject.yml +++ b/tools/projmgr/test/data/TestLayers/testlayers.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestLayers/testlayers.cproject_no_device_name.yml b/tools/projmgr/test/data/TestLayers/testlayers.cproject_no_device_name.yml index 421495acc..d97808fa4 100644 --- a/tools/projmgr/test/data/TestLayers/testlayers.cproject_no_device_name.yml +++ b/tools/projmgr/test/data/TestLayers/testlayers.cproject_no_device_name.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: :cm0_core0 diff --git a/tools/projmgr/test/data/TestLayers/testlayers.cproject_pname.yml b/tools/projmgr/test/data/TestLayers/testlayers.cproject_pname.yml index 3f17dd6f3..a5ed34f0f 100644 --- a/tools/projmgr/test/data/TestLayers/testlayers.cproject_pname.yml +++ b/tools/projmgr/test/data/TestLayers/testlayers.cproject_pname.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: compiler: AC6@6.16.0 diff --git a/tools/projmgr/test/data/TestLayers/testlayers.csolution.yml b/tools/projmgr/test/data/TestLayers/testlayers.csolution.yml index 303517bab..15c5abf99 100644 --- a/tools/projmgr/test/data/TestLayers/testlayers.csolution.yml +++ b/tools/projmgr/test/data/TestLayers/testlayers.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: diff --git a/tools/projmgr/test/data/TestProject/test-api.cproject.yml b/tools/projmgr/test/data/TestProject/test-api.cproject.yml index 53c3e050d..195457884 100644 --- a/tools/projmgr/test/data/TestProject/test-api.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test-api.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test.cproject.yml b/tools/projmgr/test/data/TestProject/test.cproject.yml index 66332260b..805daa880 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_and_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_and_device.yml index e5dc758f5..dd58f676c 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_and_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_and_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_device_variant.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_device_variant.yml index d4cf11d97..5f5715905 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_device_variant.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_device_variant.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_mounted_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_mounted_device.yml index 072887e7e..5250865dd 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_mounted_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_mounted_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant.yml index 57ec6cf76..e6da9d89e 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant_and_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant_and_device.yml index dda7ff8b6..216af7049 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant_and_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_multi_variant_and_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_name_invalid.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_name_invalid.yml index ca4e83fd5..bb1947254 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_name_invalid.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_name_invalid.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_no_mounted_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_no_mounted_device.yml index aeea556e8..81b2ad273 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_no_mounted_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_no_mounted_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_board_vendor_invalid.yml b/tools/projmgr/test/data/TestProject/test.cproject_board_vendor_invalid.yml index 6af0f5559..b4c18a6d2 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_board_vendor_invalid.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_board_vendor_invalid.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_correct_board_wrong_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_correct_board_wrong_device.yml index e4abe8f5d..bdb5bea3a 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_correct_board_wrong_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_correct_board_wrong_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_correct_device_wrong_board.yml b/tools/projmgr/test/data/TestProject/test.cproject_correct_device_wrong_board.yml index 89793e82b..f3abc7c3f 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_correct_device_wrong_board.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_correct_device_wrong_board.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_device_pname_unavailable_in_board.yml b/tools/projmgr/test/data/TestProject/test.cproject_device_pname_unavailable_in_board.yml index 2b3babd97..44451df97 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_device_pname_unavailable_in_board.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_device_pname_unavailable_in_board.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_device_unavailable_in_board.yml b/tools/projmgr/test/data/TestProject/test.cproject_device_unavailable_in_board.yml index 002951b7a..c8cfbb30e 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_device_unavailable_in_board.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_device_unavailable_in_board.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_device_unknown.yml b/tools/projmgr/test/data/TestProject/test.cproject_device_unknown.yml index d202fc8b0..7dbef9a7c 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_device_unknown.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_device_unknown.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_device_unknown_vendor.yml b/tools/projmgr/test/data/TestProject/test.cproject_device_unknown_vendor.yml index b8651cb39..450c071c4 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_device_unknown_vendor.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_device_unknown_vendor.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_exact_package.yml b/tools/projmgr/test/data/TestProject/test.cproject_exact_package.yml index 717513e90..46a9be33a 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_exact_package.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_exact_package.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_invalid_schema.yml b/tools/projmgr/test/data/TestProject/test.cproject_invalid_schema.yml index f71488cf6..605d88c06 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_invalid_schema.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_invalid_schema.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: #invalid name field diff --git a/tools/projmgr/test/data/TestProject/test.cproject_mounted_device_differs_available_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_mounted_device_differs_available_device.yml index 4fcdddd01..80e833c0c 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_mounted_device_differs_available_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_mounted_device_differs_available_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_no_board_no_device.yml b/tools/projmgr/test/data/TestProject/test.cproject_no_board_no_device.yml index 1f4c17468..42b757e82 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_no_board_no_device.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_no_board_no_device.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_only_board.yml b/tools/projmgr/test/data/TestProject/test.cproject_only_board.yml index ecb88b069..4a77e05e3 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_only_board.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_only_board.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_only_board_no_pname.yml b/tools/projmgr/test/data/TestProject/test.cproject_only_board_no_pname.yml index 79599d701..64ded7a5a 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_only_board_no_pname.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_only_board_no_pname.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestProject/test.cproject_schema_validation_failed.yml b/tools/projmgr/test/data/TestProject/test.cproject_schema_validation_failed.yml index 452b63b24..979e6a970 100644 --- a/tools/projmgr/test/data/TestProject/test.cproject_schema_validation_failed.yml +++ b/tools/projmgr/test/data/TestProject/test.cproject_schema_validation_failed.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: #invalid name field diff --git a/tools/projmgr/test/data/TestProject/test_component_multiple_matches1.cproject.yml b/tools/projmgr/test/data/TestProject/test_component_multiple_matches1.cproject.yml index a463c458a..aaddd54c5 100644 --- a/tools/projmgr/test/data/TestProject/test_component_multiple_matches1.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test_component_multiple_matches1.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test_component_multiple_matches2.cproject.yml b/tools/projmgr/test/data/TestProject/test_component_multiple_matches2.cproject.yml index c17a2ff0d..f8e860df1 100644 --- a/tools/projmgr/test/data/TestProject/test_component_multiple_matches2.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test_component_multiple_matches2.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test_component_variant1.cproject.yml b/tools/projmgr/test/data/TestProject/test_component_variant1.cproject.yml index 2efa2bc3e..caa95e564 100644 --- a/tools/projmgr/test/data/TestProject/test_component_variant1.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test_component_variant1.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test_component_variant2.cproject.yml b/tools/projmgr/test/data/TestProject/test_component_variant2.cproject.yml index 2597b08d9..2b503dec7 100644 --- a/tools/projmgr/test/data/TestProject/test_component_variant2.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test_component_variant2.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestProject/test_linker_script.cproject.yml b/tools/projmgr/test/data/TestProject/test_linker_script.cproject.yml index 82560f1c7..da7117644 100644 --- a/tools/projmgr/test/data/TestProject/test_linker_script.cproject.yml +++ b/tools/projmgr/test/data/TestProject/test_linker_script.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: device: RteTest_ARMCM0 diff --git a/tools/projmgr/test/data/TestSolution/TestProject1/test1.cproject.yml b/tools/projmgr/test/data/TestSolution/TestProject1/test1.cproject.yml index 5c371bed1..9a943ca49 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject1/test1.cproject.yml +++ b/tools/projmgr/test/data/TestSolution/TestProject1/test1.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 1 diff --git a/tools/projmgr/test/data/TestSolution/TestProject2/test2.cproject.yml b/tools/projmgr/test/data/TestSolution/TestProject2/test2.cproject.yml index cbb001341..698dec639 100644 --- a/tools/projmgr/test/data/TestSolution/TestProject2/test2.cproject.yml +++ b/tools/projmgr/test/data/TestSolution/TestProject2/test2.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: description: Project 2 diff --git a/tools/projmgr/test/data/TestSolution/multicore.cproject.yml b/tools/projmgr/test/data/TestSolution/multicore.cproject.yml index 653e8f142..da14d18e1 100644 --- a/tools/projmgr/test/data/TestSolution/multicore.cproject.yml +++ b/tools/projmgr/test/data/TestSolution/multicore.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: compiler: AC6 diff --git a/tools/projmgr/test/data/TestSolution/multicore.csolution.yml b/tools/projmgr/test/data/TestSolution/multicore.csolution.yml index 74f5beae6..735bcd423 100644 --- a/tools/projmgr/test/data/TestSolution/multicore.csolution.yml +++ b/tools/projmgr/test/data/TestSolution/multicore.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/pack_contexts.cproject.yml b/tools/projmgr/test/data/TestSolution/pack_contexts.cproject.yml index 34c5221a8..5ed2dbb50 100644 --- a/tools/projmgr/test/data/TestSolution/pack_contexts.cproject.yml +++ b/tools/projmgr/test/data/TestSolution/pack_contexts.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: compiler: AC6 diff --git a/tools/projmgr/test/data/TestSolution/pack_contexts.csolution.yml b/tools/projmgr/test/data/TestSolution/pack_contexts.csolution.yml index ad52b9050..e2767f7f6 100644 --- a/tools/projmgr/test/data/TestSolution/pack_contexts.csolution.yml +++ b/tools/projmgr/test/data/TestSolution/pack_contexts.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution.yml b/tools/projmgr/test/data/TestSolution/test.csolution.yml index fb0632919..283a3fdab 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_filtered_pack_selection.yml b/tools/projmgr/test/data/TestSolution/test.csolution_filtered_pack_selection.yml index 4a10a673b..8b9383643 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_filtered_pack_selection.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_filtered_pack_selection.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_invalid_pack.yml b/tools/projmgr/test/data/TestSolution/test.csolution_invalid_pack.yml index b23459ce5..69bd6f70f 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_invalid_pack.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_invalid_pack.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_file_not_found.yml b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_file_not_found.yml index 6fb9a7004..1a04765de 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_file_not_found.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_file_not_found.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path.yml b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path.yml index 34f9db785..bc16078fb 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path_not_found.yml b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path_not_found.yml index 17a5741db..dfc1c543c 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path_not_found.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_local_pack_path_not_found.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_missing_project.yml b/tools/projmgr/test/data/TestSolution/test.csolution_missing_project.yml index 25bcf8855..8795ce150 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_missing_project.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_missing_project.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_no_buildtypes.yml b/tools/projmgr/test/data/TestSolution/test.csolution_no_buildtypes.yml index 9f3d9e780..2304e7571 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_no_buildtypes.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_no_buildtypes.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_no_device_name.yml b/tools/projmgr/test/data/TestSolution/test.csolution_no_device_name.yml index 2af5f8880..36378ec7d 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_no_device_name.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_no_device_name.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_no_packs.yml b/tools/projmgr/test/data/TestSolution/test.csolution_no_packs.yml index c318cfb99..78ffc129c 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_no_packs.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_no_packs.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_pack_selection.yml b/tools/projmgr/test/data/TestSolution/test.csolution_pack_selection.yml index 53a9bb5be..532b9dd48 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_pack_selection.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_pack_selection.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TestSolution/test.csolution_pname.yml b/tools/projmgr/test/data/TestSolution/test.csolution_pname.yml index 4ab0a321b..4781e4e21 100644 --- a/tools/projmgr/test/data/TestSolution/test.csolution_pname.yml +++ b/tools/projmgr/test/data/TestSolution/test.csolution_pname.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.cproject.yml b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.cproject.yml index 6d945b20a..04b323689 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolution/NonSecureCode/NonSecure.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: misc: diff --git a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.cproject.yml b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.cproject.yml index 5c15fb06c..f4c52f4bf 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolution/SecureCode/Secure.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: processor: diff --git a/tools/projmgr/test/data/TrustZoneSolution/TrustZone.csolution.yml b/tools/projmgr/test/data/TrustZoneSolution/TrustZone.csolution.yml index 6e34aecf7..f65ae7d1c 100644 --- a/tools/projmgr/test/data/TrustZoneSolution/TrustZone.csolution.yml +++ b/tools/projmgr/test/data/TrustZoneSolution/TrustZone.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Debug.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Debug.cproject.yml index 9f5f623e6..01c8f0e6b 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Debug.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Debug.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Release.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Release.cproject.yml index 1d0632f61..f84afdea2 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Release.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM33_Release.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Debug.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Debug.cproject.yml index 3066ce689..61503fb03 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Debug.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Debug.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Release.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Release.cproject.yml index 9dad40ca7..608742c2d 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Release.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/NonSecure_CM35P_Release.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Debug.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Debug.cproject.yml index 77d35fbe5..8faa4f389 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Debug.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Debug.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Release.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Release.cproject.yml index 7d5e59c4b..3be26febf 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Release.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM33_Release.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Debug.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Debug.cproject.yml index 3caad607d..b11856765 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Debug.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Debug.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Release.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Release.cproject.yml index deb645f50..73a6cdbab 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Release.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/Secure_CM35P_Release.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/TrustZone.csolution.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/TrustZone.csolution.yml index b250d2a45..5cc2a816a 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/TrustZone.csolution.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/TrustZone.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: projects: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/NonSecureCode/NonSecure.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/NonSecureCode/NonSecure.clayer.yml index 5f7917162..ddc2e7044 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/NonSecureCode/NonSecure.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/NonSecureCode/NonSecure.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: misc: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/SecureCode/Secure.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/SecureCode/Secure.clayer.yml index e76bad3cb..bcf270719 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/SecureCode/Secure.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/app/SecureCode/Secure.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: processor: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Debug.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Debug.clayer.yml index 370d0f652..348d7b16f 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Debug.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Debug.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: compiler: AC6 diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Release.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Release.clayer.yml index c4c57d9fd..22d9d5cbc 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Release.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/config/Release.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: compiler: AC6 diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM33.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM33.clayer.yml index 11d1c805d..0ccac9ef4 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM33.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM33.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: device: ARMCM33_DSP_FP_TZ diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM35P.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM35P.clayer.yml index e5b66674a..924ca206e 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM35P.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayers/layers/target/CM35P.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: device: ARMCM35P_DSP_FP_TZ diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/NonSecure.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/NonSecure.cproject.yml index 44b7a5343..668959f72 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/NonSecure.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/NonSecure.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/Secure.cproject.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/Secure.cproject.yml index 93424e864..dd31b99ef 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/Secure.cproject.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/Secure.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/cproject.schema.json project: layers: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/TrustZone.csolution.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/TrustZone.csolution.yml index b2c962c2a..5e1bfa726 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/TrustZone.csolution.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/TrustZone.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/csolution.schema.json solution: target-types: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/NonSecureCode/NonSecure.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/NonSecureCode/NonSecure.clayer.yml index c75ff9443..d1aec8b14 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/NonSecureCode/NonSecure.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/NonSecureCode/NonSecure.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: misc: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/SecureCode/Secure.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/SecureCode/Secure.clayer.yml index e76bad3cb..bcf270719 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/SecureCode/Secure.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/app/SecureCode/Secure.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: processor: diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Debug.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Debug.clayer.yml index 370d0f652..348d7b16f 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Debug.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Debug.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: compiler: AC6 diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Release.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Release.clayer.yml index c4c57d9fd..22d9d5cbc 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Release.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/config/Release.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: compiler: AC6 diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM33.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM33.clayer.yml index 11d1c805d..0ccac9ef4 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM33.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM33.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: device: ARMCM33_DSP_FP_TZ diff --git a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM35P.clayer.yml b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM35P.clayer.yml index e5b66674a..924ca206e 100644 --- a/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM35P.clayer.yml +++ b/tools/projmgr/test/data/TrustZoneSolutionLayersTypes/layers/target/CM35P.clayer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.2/tools/projmgr/schemas/clayer.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: device: ARMCM35P_DSP_FP_TZ