feat: register FreeRTOS C++ publication organization
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
+11
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user