add 2.5k lib

This commit is contained in:
Steven Dan
2026-06-04 12:25:37 +08:00
parent f63a6e0653
commit 23055f830e
14 changed files with 349 additions and 476 deletions

10
lib_ex3d/Makefile Normal file
View File

@@ -0,0 +1,10 @@
# This variable should contain a space separated list of all
# the directories containing buildable applications (usually
# prefixed with the app_ prefix)
#
# If the variable is set to "all" then all directories that start with app_
# are built.
BUILD_SUBDIRS = all
XMOS_MAKE_PATH ?= ..
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.toplevel