diff options
| author | hathach <[email protected]> | 2023-03-30 10:41:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-30 10:41:11 +0700 |
| commit | 641613c428e10a029b172c318d4db077e35fee7d (patch) | |
| tree | c607eaaa3822fe522bf57f0d24e858fb782b7d81 /hw/bsp/espressif/components/tinyusb_src | |
| parent | 96718b7ca08d1d74cf1ecfb3816b57df50bf1616 (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.txt | 1 |
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" ) |
