From ff1464a281bb7ca575a7bc4e8c74185a94fe4f81 Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Wed, 20 May 2026 15:37:09 +0200 Subject: [PATCH] [projmgr] Update versions --- tools/projmgr/CMakeLists.txt | 4 ++-- tools/projmgr/schemas/cbuild-gen-idx.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-gen.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-idx.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-mlops.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-pack.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-run.schema.json | 4 ++-- tools/projmgr/schemas/cbuild-set.schema.json | 4 ++-- tools/projmgr/schemas/cbuild.schema.json | 4 ++-- tools/projmgr/schemas/cdefault.schema.json | 4 ++-- tools/projmgr/schemas/cgen.schema.json | 4 ++-- tools/projmgr/schemas/clayer.schema.json | 4 ++-- tools/projmgr/schemas/common.schema.json | 4 ++-- tools/projmgr/schemas/cproject.schema.json | 4 ++-- tools/projmgr/schemas/csolution.schema.json | 4 ++-- tools/projmgr/schemas/generator.schema.json | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/tools/projmgr/CMakeLists.txt b/tools/projmgr/CMakeLists.txt index 020f1d682..a7f04d926 100644 --- a/tools/projmgr/CMakeLists.txt +++ b/tools/projmgr/CMakeLists.txt @@ -12,8 +12,8 @@ include(FetchContent) FetchContent_Declare( debug-adapter-registry DOWNLOAD_EXTRACT_TIMESTAMP ON - URL https://github.com/Open-CMSIS-Pack/debug-adapter-registry/releases/download/v2.13.0/debug-adapter-registry.zip - URL_HASH SHA256=44295329f83ddd60524ab8a40e859e22f12e13eaba2260a1278cea060b42a750 + URL https://github.com/Open-CMSIS-Pack/debug-adapter-registry/releases/download/v2.14.0/debug-adapter-registry.zip + URL_HASH SHA256=09b7a3ecacfe9fb2dadcb97279b5bd63e82dd1ab141c7b5d89062cc60948e0e1 ) FetchContent_MakeAvailable(debug-adapter-registry) file(COPY ${debug-adapter-registry_SOURCE_DIR}/schemas/debug-adapters.schema.json DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/schemas) diff --git a/tools/projmgr/schemas/cbuild-gen-idx.schema.json b/tools/projmgr/schemas/cbuild-gen-idx.schema.json index cb5e3dfbc..2d280e708 100644 --- a/tools/projmgr/schemas/cbuild-gen-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-gen-idx.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cbuild-gen-idxyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-gen-idx.schema.json", "title": "CMSIS cbuild-gen-idx", "description": "defines sibling contexts description for a generator call", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "build-gen-idx": { diff --git a/tools/projmgr/schemas/cbuild-gen.schema.json b/tools/projmgr/schemas/cbuild-gen.schema.json index 338311b8d..851f15571 100644 --- a/tools/projmgr/schemas/cbuild-gen.schema.json +++ b/tools/projmgr/schemas/cbuild-gen.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-gen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-gen.schema.json", "title": "CMSIS cbuild-gen", "description": "defines an individual context description for a generator call", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "build-gen": { diff --git a/tools/projmgr/schemas/cbuild-idx.schema.json b/tools/projmgr/schemas/cbuild-idx.schema.json index 4749655da..387f91ef2 100644 --- a/tools/projmgr/schemas/cbuild-idx.schema.json +++ b/tools/projmgr/schemas/cbuild-idx.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-idxyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-idx.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-idx.schema.json", "title": "CMSIS cbuild-idx", "description": "defines a build description for a solution", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "build-idx": { diff --git a/tools/projmgr/schemas/cbuild-mlops.schema.json b/tools/projmgr/schemas/cbuild-mlops.schema.json index 87dd96e83..cd107f16d 100644 --- a/tools/projmgr/schemas/cbuild-mlops.schema.json +++ b/tools/projmgr/schemas/cbuild-mlops.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-mlops.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-mlops.schema.json", "title": "CMSIS cbuild-mlops", "description": "contains parameters for the MLOps system", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "cbuild-mlops": { diff --git a/tools/projmgr/schemas/cbuild-pack.schema.json b/tools/projmgr/schemas/cbuild-pack.schema.json index 9541f75b6..a8e5b523d 100644 --- a/tools/projmgr/schemas/cbuild-pack.schema.json +++ b/tools/projmgr/schemas/cbuild-pack.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-packyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-pack.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-pack.schema.json", "title": "CMSIS cbuild-pack", "description": "file containing all pack versions used, used for pack locking", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "cbuild-pack": { diff --git a/tools/projmgr/schemas/cbuild-run.schema.json b/tools/projmgr/schemas/cbuild-run.schema.json index 1d72a3aa6..0d8e9fa8e 100644 --- a/tools/projmgr/schemas/cbuild-run.schema.json +++ b/tools/projmgr/schemas/cbuild-run.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-run.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-run.schema.json", "title": "CMSIS cbuild-run", "description": "contains run and debug information for a target", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "cbuild-run": { diff --git a/tools/projmgr/schemas/cbuild-set.schema.json b/tools/projmgr/schemas/cbuild-set.schema.json index 7e0f08203..b027f65fc 100644 --- a/tools/projmgr/schemas/cbuild-set.schema.json +++ b/tools/projmgr/schemas/cbuild-set.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuild-setyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild-set.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild-set.schema.json", "title": "CMSIS cbuild-set", "description": "defines a selected set of build configuration", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "cbuild-set": { diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index fa37dc24a..15ba84b04 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#cbuildyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cbuild.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS cbuild", "description": "defines a build description for a project", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "build": { diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 0e5dfeaa5..b89b67b4d 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#cdefault", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS cdefault", "description": "Default setup of a build environment with toolchain specific controls.", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "default": { diff --git a/tools/projmgr/schemas/cgen.schema.json b/tools/projmgr/schemas/cgen.schema.json index b7402d6cf..3e1475b4e 100644 --- a/tools/projmgr/schemas/cgen.schema.json +++ b/tools/projmgr/schemas/cgen.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#file-structure-of-cgenyml", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cgen.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cgen.schema.json", "title": "CMSIS cgen", "description": "set of source files and pre-configured components generated by external program", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "generator-import": { diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index f1b074309..05282daff 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#layer", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS Layer", "description": "Set of source files and pre-configured components for reuse in different applications.", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "layer": { diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index 6674d769a..d7b593541 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS common", "description": "Common and reusable properties for other schemas.", - "version": "2.13.0", + "version": "2.14.0", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index acba50c72..7deaf06ef 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS Project", "description": "Source files and pre-configured components of a sub-project that builds independently.", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "project": { diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 87b6a0f23..b32e03def 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,10 +1,10 @@ { "$comment": "For documentation refer to https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#solution", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS Solution", "description": "Complete scope of an application composed of sub-projects. Defines target and build types.", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "solution": { diff --git a/tools/projmgr/schemas/generator.schema.json b/tools/projmgr/schemas/generator.schema.json index a41630e54..cb21185f8 100644 --- a/tools/projmgr/schemas/generator.schema.json +++ b/tools/projmgr/schemas/generator.schema.json @@ -1,9 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.13.0/tools/projmgr/schemas/generator.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.14.0/tools/projmgr/schemas/generator.schema.json", "title": "CMSIS generator registry", "description": "defines global generator registry", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "generator": {