Skip to content

Commit

Permalink
Use nano specs (qmk#8270)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and jakeisnt committed Aug 20, 2020
1 parent 2ad8401 commit 1bcbade
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 @@ -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

Expand Down

0 comments on commit 1bcbade

Please sign in to comment.