summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-09-25 16:16:55 +0700
committerhathach <[email protected]>2021-09-25 16:16:55 +0700
commit73872a5df04a8939d5f71509788c659e38efcecd (patch)
treed1841cea6736268a41f80efe108c393a8a9f0d18 /hw
parent1c17cb1c451f8564623fef09fa4bd74a0e2a30da (diff)
add CFG_TUSB_OS_INC_PATH for os include path
useful for freertos/ prefix with esp IDF
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/esp32s2/boards/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/esp32s2/boards/CMakeLists.txt b/hw/bsp/esp32s2/boards/CMakeLists.txt
index 71753012b..c3c687a70 100644
--- a/hw/bsp/esp32s2/boards/CMakeLists.txt
+++ b/hw/bsp/esp32s2/boards/CMakeLists.txt
@@ -6,9 +6,7 @@ idf_component_register(SRCS esp32s2.c
# Apply board specific content
include("${BOARD}/board.cmake")
-idf_component_get_property( FREERTOS_ORIG_INCLUDE_PATH freertos ORIG_INCLUDE_PATH)
target_include_directories(${COMPONENT_TARGET} PUBLIC
- "${FREERTOS_ORIG_INCLUDE_PATH}"
"${TOP}/hw"
"${TOP}/src"
)