From 6a72fac6108ad2b038606a72868c98cad067f324 Mon Sep 17 00:00:00 2001 From: "M. Pabiszczak" <2+mpabi@noreply.zsl-gitea.mpabi.pl> Date: Sun, 19 Jul 2026 17:29:26 +0200 Subject: [PATCH] feat: register FreeRTOS C++ publication organization --- series/freertos-cpp.json | 20 ++++++++++++++++++++ workspace.json | 12 +++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 series/freertos-cpp.json diff --git a/series/freertos-cpp.json b/series/freertos-cpp.json new file mode 100644 index 0000000..cffa8c7 --- /dev/null +++ b/series/freertos-cpp.json @@ -0,0 +1,20 @@ +{ + "id": "freertos-cpp", + "title": "FreeRTOS C++", + "source_org": "edu-freertos-cpp", + "answer_org": "c2025-1a-inf", + "source_remote": "r1", + "answer_remote": "r1a", + "fallback_branch": "main", + "workspace_dir": "freertos", + "source_dir": "freertos", + "default_card": "K02", + "cards": [ + { + "id": "K02", + "repo": "lab-rv32i-freertos-task-stack-vector", + "branch": "main", + "title": "C++ Task wrapper: OOP and lifecycle" + } + ] +} diff --git a/workspace.json b/workspace.json index 61ed638..eb7999a 100644 --- a/workspace.json +++ b/workspace.json @@ -4,7 +4,7 @@ "organizations": [ { "id": "edu", - "title": "EDU control plane", + "title": "edu tools", "role": "control-plane", "series": [] }, @@ -26,6 +26,12 @@ "title": "FreeRTOS C series", "role": "series", "series": ["freertos-c"] + }, + { + "id": "edu-freertos-cpp", + "title": "FreeRTOS C++ series", + "role": "series", + "series": ["freertos-cpp"] } ], "series": [ @@ -44,6 +50,10 @@ { "id": "freertos-c", "file": "series/freertos-c.json" + }, + { + "id": "freertos-cpp", + "file": "series/freertos-cpp.json" } ], "catalog_subjects": [