feat: publish FreeRTOS C FC07 card

This commit is contained in:
2026-07-19 16:36:03 +02:00
commit 9fad4f4ccc
196 changed files with 59368 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
set -eu
tb=${1:?usage: run_sim.sh /path/to/tb [build-dir]}
build_dir=${2:-build}
echo "== task01_isr_semaphore =="
"$tb" --bin "$build_dir/task01_isr_semaphore/prog.bin" --cycles 3000000 --cpuret