Skip to content

Commit 99ceaea

Browse files
authored
[projmgr] Update versions
1 parent 607a565 commit 99ceaea

16 files changed

+32
-32
lines changed

tools/projmgr/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include(FetchContent)
1212
FetchContent_Declare(
1313
debug-adapter-registry
1414
DOWNLOAD_EXTRACT_TIMESTAMP ON
15-
URL https://github.com/Open-CMSIS-Pack/debug-adapter-registry/releases/download/v2.11.0/debug-adapter-registry.zip
16-
URL_HASH SHA256=3b65ed965c85ff9665caca5da5f785ec081b7edf7f6a8a0f4512f90f65a00d75
15+
URL https://github.com/Open-CMSIS-Pack/debug-adapter-registry/releases/download/v2.12.0/debug-adapter-registry.zip
16+
URL_HASH SHA256=bb372b97264496bbcb483d2e6d746427974ccdb8a9b91f42f5f8f2ee274742b0
1717
)
1818
FetchContent_MakeAvailable(debug-adapter-registry)
1919
file(COPY ${debug-adapter-registry_SOURCE_DIR}/schemas/debug-adapters.schema.json DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/schemas)

tools/projmgr/schemas/cbuild-gen-idx.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json",
55
"title": "CMSIS cbuild-gen-idx",
66
"description": "defines sibling contexts description for a generator call",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"build-gen-idx": {

tools/projmgr/schemas/cbuild-gen.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-gen.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-gen.schema.json",
44
"title": "CMSIS cbuild-gen",
55
"description": "defines an individual context description for a generator call",
6-
"version": "2.11.0",
6+
"version": "2.12.0",
77
"type": "object",
88
"properties": {
99
"build-gen": {

tools/projmgr/schemas/cbuild-idx.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-idx.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-idx.schema.json",
55
"title": "CMSIS cbuild-idx",
66
"description": "defines a build description for a solution",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"build-idx": {

tools/projmgr/schemas/cbuild-pack.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-pack.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-pack.schema.json",
55
"title": "CMSIS cbuild-pack",
66
"description": "file containing all pack versions used, used for pack locking",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"cbuild-pack": {

tools/projmgr/schemas/cbuild-run.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-run.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-run.schema.json",
44
"title": "CMSIS cbuild-run",
55
"description": "contains run and debug information for a target",
6-
"version": "2.11.0",
6+
"version": "2.12.0",
77
"type": "object",
88
"properties": {
99
"cbuild-run": {

tools/projmgr/schemas/cbuild-set.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild-set.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild-set.schema.json",
55
"title": "CMSIS cbuild-set",
66
"description": "defines a selected set of build configuration",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"cbuild-set": {

tools/projmgr/schemas/cbuild.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cbuild.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cbuild.schema.json",
55
"title": "CMSIS cbuild",
66
"description": "defines a build description for a project",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"build": {

tools/projmgr/schemas/cdefault.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cdefault.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cdefault.schema.json",
55
"title": "CMSIS cdefault",
66
"description": "Default setup of a build environment with toolchain specific controls.",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"default": {

tools/projmgr/schemas/cgen.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.11.0/tools/projmgr/schemas/cgen.schema.json",
4+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.12.0/tools/projmgr/schemas/cgen.schema.json",
55
"title": "CMSIS cgen",
66
"description": "set of source files and pre-configured components generated by external program",
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"type": "object",
99
"properties": {
1010
"generator-import": {

0 commit comments

Comments
 (0)