diff options
| author | Zixun LI <[email protected]> | 2025-11-26 11:10:34 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2025-11-26 11:10:34 +0100 |
| commit | 37df71cae4c37faaffa1f8a6fc236ec763e4ec03 (patch) | |
| tree | a488ca65990df163e26e078b581fa428c964bbb9 /examples/build_system | |
| parent | a965e1fa4bd92104d68ab20beb1bb56a5019e153 (diff) | |
| parent | 38842491bb55260c0cc7d7709abe5b0e73a0de61 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into hcd_fsdev
Diffstat (limited to 'examples/build_system')
| -rw-r--r-- | examples/build_system/cmake/cpu/cortex-m55.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/build_system/cmake/cpu/cortex-m55.cmake b/examples/build_system/cmake/cpu/cortex-m55.cmake index a7a57957c..d5f6fa74a 100644 --- a/examples/build_system/cmake/cpu/cortex-m55.cmake +++ b/examples/build_system/cmake/cpu/cortex-m55.cmake @@ -13,6 +13,7 @@ elseif (TOOLCHAIN STREQUAL "clang") --target=arm-none-eabi -mcpu=cortex-m55 -mfpu=fpv5-d16 + -mcmse ) set(FREERTOS_PORT GCC_ARM_CM55_NTZ_NONSECURE CACHE INTERNAL "") @@ -20,6 +21,7 @@ elseif (TOOLCHAIN STREQUAL "iar") set(TOOLCHAIN_COMMON_FLAGS --cpu cortex-m55 --fpu VFPv5_D16 + --cmse ) set(FREERTOS_PORT IAR_ARM_CM55_NTZ_NONSECURE CACHE INTERNAL "") |
