zephyr/boards/arm/msp_exp432p401r_launchxl
Stephanos Ioannidis 0e6ede8929 kconfig: Rename CONFIG_FLOAT to CONFIG_FPU
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>
2020-04-27 19:03:44 +02:00
..
doc boards: shrink image sizes 2020-02-07 13:52:45 -05:00
support boards: arm: Add support for TI MSP-EXP432P401R-LAUNCHXL 2017-10-19 12:16:11 -05:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
msp_exp432p401r_launchxl.dts drivers: uart: msp432p4xx: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
msp_exp432p401r_launchxl.yaml boards: arm: Add xtools as a supported toolchain 2019-01-09 14:18:58 -05:00
msp_exp432p401r_launchxl_defconfig kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00