From 43d5a9db14656a869443246bdc2dc0e981587844 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 13 Jul 2026 20:15:28 -0400 Subject: [PATCH] Increase available SRAM --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3430a76..663d77d 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ DAISYSP_DIR = ./lib/daisySP # Reduce binary size OPT += -Os +APP_TYPE = BOOT_SRAM SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core include $(SYSTEM_FILES_DIR)/Makefile