Skip to content

Commit

Permalink
Switch to nano specs on ChibiOS builds - Round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 19, 2021
1 parent a7c45da commit f229144
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 f229144

Please sign in to comment.