Add FreeRTOS series catalog
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
|
||||
Publiczny manifest wspólnego workspace EDU.
|
||||
|
||||
Repo opisuje serie i karty pracy dostępne dla `rvctl`. Nie przechowuje
|
||||
Repo opisuje serie i karty pracy dostępne dla `stemctl`. Nie przechowuje
|
||||
tokenów, lokalnych ścieżek użytkownika ani plików roboczych ucznia.
|
||||
|
||||
Domyślna lokalizacja lokalnej kopii:
|
||||
|
||||
```text
|
||||
~/dev/workspace/rv/meta/workspace-info
|
||||
~/dev/workspace/stem/meta/workspace-info
|
||||
```
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "freertos",
|
||||
"title": "FreeRTOS na RV32I/Hazard3",
|
||||
"source_org": "edu-inf",
|
||||
"answer_org": "c2025-1a-inf",
|
||||
"source_remote": "r1",
|
||||
"answer_remote": "r1a",
|
||||
"fallback_branch": "deploy",
|
||||
"default_card": "heap4",
|
||||
"cards": [
|
||||
{
|
||||
"id": "heap4",
|
||||
"repo": "lab-rv32i-freertos-heap4",
|
||||
"branch": "deploy",
|
||||
"title": "K01 — mechanika heap_4"
|
||||
},
|
||||
{
|
||||
"id": "task-stack-vector-v0",
|
||||
"repo": "lab-rv32i-freertos-task-stack-vector",
|
||||
"branch": "deploy",
|
||||
"title": "K02 — task, stos, scheduler i Vector V0"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,10 @@
|
||||
{
|
||||
"id": "fiz",
|
||||
"file": "series/fiz.json"
|
||||
},
|
||||
{
|
||||
"id": "freertos",
|
||||
"file": "series/freertos.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user