Skip to content

Commit

Permalink
Switch to nano specs on ChibiOS builds - Round 2 (qmk#11607)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jan 19, 2021
1 parent 3b722f3 commit 24d49fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmk_core/chibios.mk
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,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

Expand Down

0 comments on commit 24d49fd

Please sign in to comment.