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