zephyr/samples/basic
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
..
blink_led boards: nucleo_h743zi: add pwm support 2020-04-04 15:00:11 +02:00
blinky timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
button timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
fade_led boards: nucleo_h743zi: add pwm support 2020-04-04 15:00:11 +02:00
minimal kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
rgb_led coccinelle: re-run timeout conversion semantic patch 2020-04-02 19:47:51 +03:00
servo_motor coccinelle: re-run timeout conversion semantic patch 2020-04-02 19:47:51 +03:00
threads timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
basic.rst