Skip to content

Commit

Permalink
[projmgr] Update versions and template
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Brondani <[email protected]>
  • Loading branch information
grasci-arm and brondani authored May 25, 2023
1 parent e8f7374 commit 35250e0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tools/projmgr/schemas/cbuild.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/1.7.0/tools/projmgr/schemas/cbuild.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/cbuild.schema.json",
"title": "CMSIS cbuild",
"description": "defines a build description for a project",
"version": "1.7.0",
"version": "2.0.0-dev0",
"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,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.7.0/tools/projmgr/schemas/cdefault.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/cdefault.schema.json",
"title": "CMSIS cdefault",
"description": "setup of a build environment with toolchain specific controls; defines a default compiler",
"version": "1.7.0",
"version": "2.0.0-dev0",
"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,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.7.0/tools/projmgr/schemas/clayer.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/clayer.schema.json",
"title": "CMSIS clayer",
"description": "set of source files and pre-configured components for reuse in different applications",
"version": "1.7.0",
"version": "2.0.0-dev0",
"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,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.7.0/tools/projmgr/schemas/common.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/common.schema.json",
"title": "CMSIS common",
"description": "common and reusable properties from other schemas",
"version": "1.7.0",
"version": "2.0.0-dev0",
"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,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.7.0/tools/projmgr/schemas/cproject.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/cproject.schema.json",
"title": "CMSIS cproject",
"description": "source files and pre-configured components of a sub-project that builds independently",
"version": "1.7.0",
"version": "2.0.0-dev0",
"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,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.7.0/tools/projmgr/schemas/csolution.schema.json",
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0-dev0/tools/projmgr/schemas/csolution.schema.json",
"title": "CMSIS csolution",
"description": "complete scope of an application composed of sub-projects; defines a target and build types",
"version": "1.7.0",
"version": "2.0.0-dev0",
"properties": {
"solution": {
"$ref": "./common.schema.json#/definitions/SolutionDescType"
Expand Down
4 changes: 2 additions & 2 deletions tools/projmgr/templates/{{SolutionName}}.csolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ solution:
- type: Debug
compiler: AC6
misc:
- C*:
- C-CPP:
- -O1
- -g
- type: Release
compiler: AC6
misc:
- C*:
- C-CPP:
- -O3

projects:
Expand Down

0 comments on commit 35250e0

Please sign in to comment.