2016-08-17 15:08:22 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
#
|
|
|
|
|
2019-10-16 12:23:05 +00:00
|
|
|
ifdef CONFIG_FREERTOS_DEBUG_OCDAWARE
|
|
|
|
COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
|
|
|
|
endif
|
|
|
|
|
2020-01-17 14:44:13 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include xtensa/include
|
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := include/freertos xtensa/include/freertos xtensa .
|
|
|
|
COMPONENT_SRCDIRS += xtensa
|
2018-06-11 08:36:32 +00:00
|
|
|
|
2020-02-26 12:21:59 +00:00
|
|
|
ifndef CONFIG_ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY
|
|
|
|
COMPONENT_OBJEXCLUDE := xtensa/xtensa_loadstore_handler.o
|
|
|
|
endif
|
|
|
|
|
2018-10-09 11:56:14 +00:00
|
|
|
tasks.o event_groups.o timers.o queue.o: CFLAGS += -D_ESP_FREERTOS_INTERNAL
|
2018-04-18 02:57:45 +00:00
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|