diff options
| author | hathach <[email protected]> | 2023-04-24 11:54:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-24 11:54:58 +0700 |
| commit | 5254202b203ee58e2fdb319c85e2ae1a87518140 (patch) | |
| tree | 94e6f9d9d0f71b1496e55af6ad01dbcd61ad909a /hw | |
| parent | 9858d45815ca5dec16b267d3c795e42b5084e394 (diff) | |
minor update
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/imxrt/family.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/imxrt/family.cmake b/hw/bsp/imxrt/family.cmake index 40b8ab974..e36adaf5a 100644 --- a/hw/bsp/imxrt/family.cmake +++ b/hw/bsp/imxrt/family.cmake @@ -19,8 +19,6 @@ function(family_configure_target TARGET) include(${CMAKE_CURRENT_FUNCTION_LIST_DIR}/boards/${BOARD}/board.cmake) - cmake_print_variables(TOP CMAKE_CURRENT_FUNCTION_LIST_DIR) - target_compile_definitions(${TARGET} PUBLIC CFG_TUSB_MCU=OPT_MCU_MIMXRT __ARMVFP__=0 @@ -77,6 +75,8 @@ function(family_configure_target TARGET) # include tinyusb cmake include(${TOP}/src/CMakeLists.txt) + add_tinyusb(${TARGET}) + endfunction() function(family_add_freertos_config TARGET) |
