From c4e8f26cbbedb85f402b3a7a0270235c29801f91 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 28 Nov 2020 18:18:53 -0500 Subject: customize link script to remove heap section --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index efef021..128703d 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,8 @@ include $(CHIBIOS)/tools/mk/autobuild.mk #include $(CHIBIOS)/test/oslib/oslib_test.mk # Define linker script file here -LDSCRIPT= $(STARTUPLD)/STM32L011x4.ld +#LDSCRIPT= $(STARTUPLD)/STM32L011x4.ld +LDSCRIPT= ./STM32L011x4.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3