From 85042b5ed705b438e0d7be94bc9c7635f5aa3238 Mon Sep 17 00:00:00 2001 From: mpabi Date: Sat, 2 May 2026 00:54:22 +0200 Subject: [PATCH] Add FreeRTOS heap4 card to inf series --- series/inf.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/series/inf.json b/series/inf.json index b52c16b..d39e39d 100644 --- a/series/inf.json +++ b/series/inf.json @@ -55,6 +55,12 @@ "repo": "lab-rv32i-c-structures", "branch": "deploy", "title": "rv32i-c / structures" + }, + { + "id": "heap4", + "repo": "lab-rv32i-freertos-heap4", + "branch": "deploy", + "title": "rv32i-freertos / heap4" } ] }