summaryrefslogtreecommitdiff
path: root/hw/bsp/espressif/components/tinyusb_src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-30 10:41:11 +0700
committerhathach <[email protected]>2023-03-30 10:41:11 +0700
commit641613c428e10a029b172c318d4db077e35fee7d (patch)
treec607eaaa3822fe522bf57f0d24e858fb782b7d81 /hw/bsp/espressif/components/tinyusb_src
parent96718b7ca08d1d74cf1ecfb3816b57df50bf1616 (diff)
update all cmake for esp32 build
Diffstat (limited to 'hw/bsp/espressif/components/tinyusb_src')
-rw-r--r--hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt
index 0bd404cee..9aadda43d 100644
--- a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt
+++ b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt
@@ -19,6 +19,7 @@ endif()
list(APPEND compile_options
"-DCFG_TUSB_MCU=${tusb_mcu}"
+ "-DCFG_TUSB_OS=OPT_OS_FREERTOS"
#"-DCFG_TUSB_DEBUG=1"
)