summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-01 00:49:16 +0000
committerGitHub <noreply@github.com>2020-03-01 11:49:16 +1100
commitc775104b9f60d738fd69166da33972d60034c639 (patch)
tree341b5fd622af7c8784fd7be4157213541fc365a2
parent8d9c800da0cfcf109f264b695123b55282bc52df (diff)
Use nano specs (#8270)0.8.3
-rw-r--r--tmk_core/chibios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index d447bc13ee..358c3d099c 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -180,6 +180,7 @@ LDFLAGS += -mno-thumb-interwork -mthumb
LDSYMBOLS =,--defsym=__process_stack_size__=$(USE_PROCESS_STACKSIZE)
LDSYMBOLS :=$(LDSYMBOLS),--defsym=__main_stack_size__=$(USE_EXCEPTIONS_STACKSIZE)
LDFLAGS += -Wl,--script=$(LDSCRIPT)$(LDSYMBOLS)
+LDFLAGS += --specs=nano.specs
OPT_DEFS += -DPROTOCOL_CHIBIOS