Merge branch 'main' into resetbutton

This commit is contained in:
feelfree69
2026-02-15 12:34:46 +01:00
committed by GitHub
8 changed files with 155 additions and 9 deletions
+5
View File
@@ -17,6 +17,11 @@ SUBDIRSCLEAN=$(addsuffix clean,$(SUBDIRS))
BUILDDIR = output/
VERSION_HEADER := version.h
ifeq ($(MACHINE),)
else
CC_FLAGS += -DMACHINE_$(MACHINE)
endif
all: create_build_dir $(VERSION_HEADER) $(SUBDIRS) $(BUILDDIR)rtlplayground.bin
create_build_dir: