zephyr/arch/arc/core
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
..
mpu arch: arc: implement MPU_GAP_FILLING for mpu version 3 2020-03-10 11:58:03 +02:00
offsets
secureshield
CMakeLists.txt extensions.cmake: Replace TEXT_START with ROM_START 2020-01-23 03:22:59 -08:00
arc_connect.c
arc_smp.c kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
cache.c arch: arc: optimizations on irq lock/unlock in low level 2020-04-06 11:17:38 -07:00
cpu_idle.S
fast_irq.S arch: arc: overhaul the thread switch code in epilogue of irq and exception 2020-03-12 13:02:17 -04:00
fatal.c
fault.c
fault_s.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
irq_manage.c arch: arc: optimize the arc v2 interrupt unit driver 2020-04-06 11:17:38 -07:00
irq_offload.c arch: arc: fix the bug of irq_offload 2020-02-12 14:30:38 +02:00
isr_wrapper.S arch: arc: fix the trace of isr enter and exit 2020-03-12 13:02:17 -04:00
prep_c.c
regular_irq.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
reset.S kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
switch.S arch : arc: clean up of assembly codes 2020-03-12 13:02:17 -04:00
thread.c kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
thread_entry_wrapper.S
timestamp.c arch: arc: optimizations on irq lock/unlock in low level 2020-04-06 11:17:38 -07:00
userspace.S arch: arc: fake exception should set not clrear AE bit 2020-03-12 13:02:17 -04:00
vector_table.c
vector_table.ld