chore: preserve current FreeRTOS and C card updates

This commit is contained in:
2026-07-21 19:13:55 +02:00
parent e3420748ee
commit b7c3747e2c
6 changed files with 153 additions and 83 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ NM := $(RISCV_PREFIX)nm
READELF := $(RISCV_PREFIX)readelf
HOSTCC ?= cc
LOCAL_ENV_ROOT := $(abspath ../../../rv32i-hazard3-env)
LOCAL_ENV_ROOT := $(abspath ../../../../../edu/rv32i-hazard3-student-env)
RV_ENV_ROOT ?= $(if $(wildcard /opt/rv-env/vendor/Hazard3),/opt/rv-env,$(LOCAL_ENV_ROOT))
H3_COMMON := $(RV_ENV_ROOT)/vendor/Hazard3/test/sim/common
H3_INIT := $(H3_COMMON)/init.S