Add chapter 3-6 C cards to inf series

This commit is contained in:
mpabi
2026-05-01 23:54:42 +02:00
parent 4347fb2e30
commit 4fa6eccac3
+25 -1
View File
@@ -6,7 +6,7 @@
"source_remote": "r1",
"answer_remote": "r1a",
"fallback_branch": "deploy",
"default_card": "bss",
"default_card": "control",
"cards": [
{
"id": "asm-c-gcc",
@@ -25,6 +25,30 @@
"repo": "lab-rv32i-strlen-bss-data-stack",
"branch": "deploy",
"title": "rv32i-c / bss-data-stack"
},
{
"id": "control",
"repo": "lab-rv32i-c-control-flow",
"branch": "deploy",
"title": "rv32i-c / control-flow"
},
{
"id": "functions",
"repo": "lab-rv32i-c-functions-program-structure",
"branch": "deploy",
"title": "rv32i-c / functions-program-structure"
},
{
"id": "pointers",
"repo": "lab-rv32i-c-pointers-arrays",
"branch": "deploy",
"title": "rv32i-c / pointers-arrays"
},
{
"id": "structures",
"repo": "lab-rv32i-c-structures",
"branch": "deploy",
"title": "rv32i-c / structures"
}
]
}