summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-04-24 11:54:58 +0700
committerhathach <[email protected]>2023-04-24 11:54:58 +0700
commit5254202b203ee58e2fdb319c85e2ae1a87518140 (patch)
tree94e6f9d9d0f71b1496e55af6ad01dbcd61ad909a /hw
parent9858d45815ca5dec16b267d3c795e42b5084e394 (diff)
minor update
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/imxrt/family.cmake4
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)