Browse Source

Switch to nano specs on ChibiOS builds - Round 2 (#11607)

pull/11630/head
Joel Challis 3 years ago
committed by GitHub
parent
commit
14c2f671cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tmk_core/chibios.mk

+ 1
- 0
tmk_core/chibios.mk View File

@ -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…
Cancel
Save