mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Merge branch 'feature/freertos_authentic_includes' into 'master'
Added freertos property allowing use "authentic" include path See merge request espressif/esp-idf!6808
This commit is contained in:
@@ -31,6 +31,9 @@ idf_component_register(SRCS "${srcs}"
|
|||||||
REQUIRES app_trace
|
REQUIRES app_trace
|
||||||
PRIV_REQUIRES soc)
|
PRIV_REQUIRES soc)
|
||||||
|
|
||||||
|
idf_component_get_property(COMPONENT_DIR freertos COMPONENT_DIR)
|
||||||
|
idf_component_set_property(freertos ORIG_INCLUDE_PATH "${COMPONENT_DIR}/include/freertos/")
|
||||||
|
|
||||||
if(CONFIG_FREERTOS_DEBUG_OCDAWARE)
|
if(CONFIG_FREERTOS_DEBUG_OCDAWARE)
|
||||||
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=uxTopUsedPriority")
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=uxTopUsedPriority")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user