feat: add lab-rv32i-freertos-integration card

This commit is contained in:
user
2026-07-21 19:14:19 +02:00
commit b66bfe52e6
179 changed files with 59299 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
set -e
mkdir -p host-build
c++ -std=c++17 -Wall -Wextra -Werror -pedantic \
-fsanitize=address,undefined -fno-omit-frame-pointer \
-Iinclude tests/integration_model_host.cpp \
-o host-build/integration_model_host
ASAN_OPTIONS=detect_leaks=1 host-build/integration_model_host
echo "PASS host: pressure model, transform sum and deterministic trace digest"