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