zephyr/tests/lib
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
..
c_lib cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
cmsis_dsp tests: lib: cmsis_dsp: Restrict testing platforms 2020-04-22 12:08:28 -05:00
devicetree devicetree.h: clocks: Add support for _BY_NAME macros 2020-04-21 15:39:36 -05:00
fdtable cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
gui/lvgl cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
heap cmake: Updating test samples to use find_package(Zephyr) 2020-04-20 15:46:43 +02:00
json cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
mem_alloc cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
notify cmake: Updating test samples to use find_package(Zephyr) 2020-04-20 15:46:43 +02:00
onoff sys: onoff: redesign to meet changed needs 2020-04-22 16:52:47 +02:00
ringbuffer cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sprintf kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00