We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8b63c commit 24a71d5Copy full SHA for 24a71d5
cmake/modules/rust.cmake
@@ -13,7 +13,7 @@ function(_rust_map_target)
13
set(RUST_TARGET "thumbv6m-none-eabi" PARENT_SCOPE)
14
elseif(CONFIG_CPU_CORTEX_M3)
15
set(RUST_TARGET "thumbv7m-none-eabi" PARENT_SCOPE)
16
- elseif(CONFIG_CPU_CORTEX_M4)
+ elseif(CONFIG_CPU_CORTEX_M4 OR CONFIG_CPU_CORTEX_M7)
17
if(CONFIG_FP_HARDABI OR FORCE_FP_HARDABI)
18
set(RUST_TARGET "thumbv7em-none-eabihf" PARENT_SCOPE)
19
else()
0 commit comments