fix freertos build with iar, format/indent link_type

This commit is contained in:
hathach
2023-03-08 22:34:54 +07:00
parent 05e0205ad0
commit 2cf092464b
4 changed files with 952 additions and 904 deletions

View File

@@ -29,7 +29,7 @@ SRC_C += \
$(subst $(TOP)/,,$(wildcard $(TOP)/$(FREERTOS_PORT)/*.c))
SRC_S += \
$(subst $(TOP)/,,$(wildcard $(TOP)/$(FREERTOS_PORTABLE_SRC)/*.s))
$(subst $(TOP)/,,$(wildcard $(TOP)/$(FREERTOS_PORT)/*.s))
# include heap manage if configSUPPORT_DYNAMIC_ALLOCATION = 1
# SRC_C += $(FREERTOS_SRC)/portable/MemMang/heap_1.c