diff options
| author | hathach <[email protected]> | 2023-12-15 17:42:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-15 17:42:25 +0700 |
| commit | 17a0ce655bab4413928404ce7dc4f968738bfcf6 (patch) | |
| tree | 26efd78e70fd01b0c819104b1c86d85b6f685f9b /examples | |
| parent | f3d713ac7336913a68326eae5a7e146ec2cd22c3 (diff) | |
| parent | 9474db8b0fc3e96d654ed49529b82bbd329f2f56 (diff) | |
Merge branch 'master' into h5
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/build_system/cmake/cpu/cortex-m4.cmake | 2 | ||||
| -rw-r--r-- | examples/build_system/cmake/toolchain/arm_iar.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/build_system/cmake/cpu/cortex-m4.cmake b/examples/build_system/cmake/cpu/cortex-m4.cmake index 4e9bc242d..db308aa83 100644 --- a/examples/build_system/cmake/cpu/cortex-m4.cmake +++ b/examples/build_system/cmake/cpu/cortex-m4.cmake @@ -13,7 +13,7 @@ if (TOOLCHAIN STREQUAL "gcc") elseif (TOOLCHAIN STREQUAL "iar") set(TOOLCHAIN_COMMON_FLAGS --cpu cortex-m4 - --fpu VFPv4 + --fpu VFPv4_sp ) if (NOT DEFINED FREERTOS_PORT) diff --git a/examples/build_system/cmake/toolchain/arm_iar.cmake b/examples/build_system/cmake/toolchain/arm_iar.cmake index a487e5b9f..1482624e5 100644 --- a/examples/build_system/cmake/toolchain/arm_iar.cmake +++ b/examples/build_system/cmake/toolchain/arm_iar.cmake @@ -26,6 +26,7 @@ list(APPEND TOOLCHAIN_COMMON_FLAGS ) list(APPEND TOOLCHAIN_EXE_LINKER_FLAGS + --diag_suppress=Li065 ) include(${CMAKE_CURRENT_LIST_DIR}/set_flags.cmake) |
