feat: publish FreeRTOS C FC10 card

This commit is contained in:
2026-07-19 16:36:03 +02:00
commit 2e0fdfdc7e
199 changed files with 59630 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Set up root paths used by Makefiles (there is a lot of cross-referencing,
# e.g. tests referencing the HDL directory). This .mk file is
# (eventually) included by every Makefile in the project.
PROJ_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
HDL := $(PROJ_ROOT)/hdl
SCRIPTS := $(PROJ_ROOT)/scripts