diff options
| author | hathach <[email protected]> | 2025-11-06 18:26:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-06 19:08:53 +0700 |
| commit | cd90d94e7c67aff189becee8815633ac1549a1d8 (patch) | |
| tree | b4f9178d27675f50fbd3a6f77e475de35ac7468d /hw | |
| parent | 1f84dd595a511c82d766b39c2659869bc259be8f (diff) | |
make host info to devcie cdc to work with freertos/noos
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt index c011b926e..2f529dd68 100644 --- a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt +++ b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt @@ -14,7 +14,7 @@ set(compile_definitions BOARD_TUH_RHPORT=${RHPORT_HOST} BOARD_TUH_MAX_SPEED=${RHPORT_HOST_SPEED} ) -cmake_print_variables(compile_definitions) + if (target STREQUAL esp32p4) # P4 change alignment to 64 (DCache line size) for possible DMA configuration list(APPEND compile_definitions |
