Skip to content

Commit

Permalink
[projmgr] Update versions
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Brondani <daniel.brondani@arm.com>
  • Loading branch information
grasci-arm and brondani committed Apr 18, 2023
1 parent d3bca27 commit 4b76bf3
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json

project:
groups:
Expand Down
2 changes: 1 addition & 1 deletion tools/projmgr/docs/Template/MySolution.csolution.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json

solution:
#------ BEGIN: AC6 compiler specific settings -------
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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cbuild.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cbuild.schema.json",
"title": "CMSIS Project Manager cbuild",
"version": "1.5.0",
"version": "1.6.0",
"properties": {
"build": {
"$ref": "./common.schema.json#/definitions/BuildDescType"
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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cdefault.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cdefault.schema.json",
"title": "CMSIS Project Manager cdefault",
"version": "1.5.0",
"version": "1.6.0",
"properties": {
"default": {
"$ref": "./common.schema.json#/definitions/DefaultDescType"
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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/clayer.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/clayer.schema.json",
"title": "CMSIS Project Manager clayer",
"version": "1.5.0",
"version": "1.6.0",
"properties": {
"layer": {
"$ref": "./common.schema.json#/definitions/LayerDescType"
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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/common.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/common.schema.json",
"title": "CMSIS Project Manager common",
"version": "1.5.0",
"version": "1.6.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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json",
"title": "CMSIS Project Manager cproject",
"version": "1.5.0",
"version": "1.6.0",
"properties": {
"project": {
"$ref": "./common.schema.json#/definitions/ProjectDescType"
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,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json",
"title": "CMSIS Project Manager csolution",
"version": "1.5.0",
"version": "1.6.0",
"properties": {
"solution": {
"$ref": "./common.schema.json#/definitions/SolutionDescType"
Expand Down
2 changes: 1 addition & 1 deletion tools/projmgr/templates/{{ProjectName}}.cproject.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json

project:
device: {{DeviceName}}
Expand Down
2 changes: 1 addition & 1 deletion tools/projmgr/templates/{{SolutionName}}.csolution.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json

solution:
target-types:
Expand Down

0 comments on commit 4b76bf3

Please sign in to comment.