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": [
|
"organizations": [
|
||||||
{
|
{
|
||||||
"id": "edu",
|
"id": "edu",
|
||||||
"title": "EDU control plane",
|
"title": "edu tools",
|
||||||
"role": "control-plane",
|
"role": "control-plane",
|
||||||
"series": []
|
"series": []
|
||||||
},
|
},
|
||||||
@@ -26,6 +26,12 @@
|
|||||||
"title": "FreeRTOS C series",
|
"title": "FreeRTOS C series",
|
||||||
"role": "series",
|
"role": "series",
|
||||||
"series": ["freertos-c"]
|
"series": ["freertos-c"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "edu-freertos-cpp",
|
||||||
|
"title": "FreeRTOS C++ series",
|
||||||
|
"role": "series",
|
||||||
|
"series": ["freertos-cpp"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"series": [
|
"series": [
|
||||||
@@ -44,6 +50,10 @@
|
|||||||
{
|
{
|
||||||
"id": "freertos-c",
|
"id": "freertos-c",
|
||||||
"file": "series/freertos-c.json"
|
"file": "series/freertos-c.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "freertos-cpp",
|
||||||
|
"file": "series/freertos-cpp.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"catalog_subjects": [
|
"catalog_subjects": [
|
||||||
|
|||||||
Reference in New Issue
Block a user