mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 23:53:12 +00:00
This commit renames the Kconfig `FLOAT` symbol to `FPU`, since this symbol only indicates that the hardware Floating Point Unit (FPU) is used and does not imply and/or indicate the general availability of toolchain-level floating point support (i.e. this symbol is not selected when building for an FPU-less platform that supports floating point operations through the toolchain-provided software floating point library). Moreover, given that the symbol that indicates the availability of FPU is named `CPU_HAS_FPU`, it only makes sense to use "FPU" in the name of the symbol that enables the FPU. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> |
||
---|---|---|
.. | ||
generic.cmake | ||
target_arm.cmake | ||
target_asm.cmake | ||
target_baremetal.cmake | ||
target_base.cmake | ||
target_coverage.cmake | ||
target_cpp.cmake | ||
target_freestanding.cmake | ||
target_imacros.cmake | ||
target_optimizations.cmake | ||
target_riscv.cmake | ||
target_sanitizers.cmake | ||
target_security_canaries.cmake | ||
target_security_fortify.cmake | ||
target_warnings.cmake | ||
target_x86.cmake | ||
target.cmake |