diff options
| author | hathach <[email protected]> | 2023-05-08 17:25:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-08 17:25:47 +0700 |
| commit | 4fc4f35a8af6465eb2137f765e994de1029e9c5a (patch) | |
| tree | 9eff12d5246a7111a96607247e9244cf0b421e15 /examples/device | |
| parent | 654f1821769f50c44f786032bedfe417a9ad4d0f (diff) | |
fix linking missing ivt symbol for imxrt with cmake
changed device port = 0, host port =1 for imxrt 1060 and 1064
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/cdc_msc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc/CMakeLists.txt b/examples/device/cdc_msc/CMakeLists.txt index 63030e733..4ec172f17 100644 --- a/examples/device/cdc_msc/CMakeLists.txt +++ b/examples/device/cdc_msc/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.17) +set_property(GLOBAL PROPERTY USE_FOLDERS ON) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) |
