summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite_freertos/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-09 11:19:08 +0700
committerhathach <[email protected]>2020-04-09 11:19:08 +0700
commit16dbbb2b4fc8fb730417a4cc61e2aaef0a2ef27c (patch)
tree30bda5688e026517e66db7fa607be5f7e2f4242e /examples/device/hid_composite_freertos/src
parentcefbd9579c7fb5a16a253d5d0f7c582142933c46 (diff)
make saola as cmake component, easier to add more esp32 board
Diffstat (limited to 'examples/device/hid_composite_freertos/src')
-rw-r--r--examples/device/hid_composite_freertos/src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/hid_composite_freertos/src/CMakeLists.txt b/examples/device/hid_composite_freertos/src/CMakeLists.txt
index 9e914e419..f79e8f845 100644
--- a/examples/device/hid_composite_freertos/src/CMakeLists.txt
+++ b/examples/device/hid_composite_freertos/src/CMakeLists.txt
@@ -4,7 +4,6 @@ idf_component_register(SRCS "main.c" "usb_descriptors.c"
target_compile_options(${COMPONENT_TARGET} PUBLIC
"-DCFG_TUSB_MCU=OPT_MCU_ESP32S2"
- "-DCFG_TUSB_OS=OPT_OS_FREERTOS"
)
idf_component_get_property( FREERTOS_ORIG_INCLUDE_PATH freertos ORIG_INCLUDE_PATH)
@@ -15,7 +14,6 @@ target_include_directories(${COMPONENT_TARGET} PUBLIC
)
target_sources(${COMPONENT_TARGET} PUBLIC
- "${TOP}/hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c"
"${TOP}/src/tusb.c"
"${TOP}/src/common/tusb_fifo.c"
"${TOP}/src/device/usbd.c"