diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-03 16:23:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-03 16:23:12 +0200 |
commit | cd965d03565e31760a325161a03079ed06cec7fb (patch) | |
tree | 55f1f57887957e93b5fc8829e6fd519741e11f75 /target/config | |
parent | b0ebbbac3f4dbe5719719f28efff20ede1fcfb88 (diff) |
frosted: add support for stm32f407 discovery board
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.float | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/config/Config.in.float b/target/config/Config.in.float index 8a17873c4..842b38f0b 100644 --- a/target/config/Config.in.float +++ b/target/config/Config.in.float @@ -11,7 +11,9 @@ depends on ADK_TARGET_ARCH_ARM || \ config ADK_TARGET_HARD_FLOAT bool "hard-float" - depends on ADK_TARGET_CPU_WITH_FPU && !ADK_TARGET_CPU_WITH_FPU_FPV5 + depends on ADK_TARGET_CPU_WITH_FPU \ + && !ADK_TARGET_CPU_WITH_FPU_FPV5 \ + && !ADK_TARGET_OS_FROSTED config ADK_TARGET_HARD_FLOAT_SP bool "hard-float-single-precision" @@ -26,7 +28,7 @@ config ADK_TARGET_SOFT_FLOAT config ADK_TARGET_SOFTFP_FLOAT bool "softfp" - depends on ADK_TARGET_ARCH_ARM + depends on ADK_TARGET_ARCH_ARM && !ADK_TARGET_OS_FROSTED endchoice |