zephyr/doc/reference/kernel
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
..
data_passing global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
memory global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
other kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
scheduling doc: scheduler: define reschedule point 2020-01-27 16:05:07 +01:00
smp doc/kernel/smp: Add initialization diagram 2019-11-14 19:13:27 -05:00
synchronization global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
threads doc: reference: Clean up and restructure a bit 2020-03-18 11:47:24 +01:00
timing kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
index.rst sys: add generic asynchronous notification infrastructure 2020-04-06 16:41:41 +02:00