mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-07 16:05:22 +00:00
update stm32f1 to support iar build
This commit is contained in:
@ -72,6 +72,10 @@ ifdef LD_FILE
|
||||
LDFLAGS += -Wl,-T,$(TOP)/$(LD_FILE)
|
||||
endif
|
||||
|
||||
ifdef GCC_LD_FILE
|
||||
LDFLAGS += -Wl,-T,$(TOP)/$(GCC_LD_FILE)
|
||||
endif
|
||||
|
||||
ifneq ($(SKIP_NANOLIB), 1)
|
||||
LDFLAGS += -specs=nosys.specs -specs=nano.specs
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user