forked from mirrors/qmk_firmware
Switch to nano specs on ChibiOS builds - Round 2 (#11607)
This commit is contained in:
parent
9e18f41fcf
commit
14c2f671cb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue