zephyr/tests/benchmarks/app_kernel/prj_fp.conf
Stephanos Ioannidis aaf93205bb kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING
This commit renames the Kconfig `FP_SHARING` symbol to `FPU_SHARING`,
since this symbol specifically refers to the hardware FPU sharing
support by means of FPU context preservation, and the "FP" prefix is
not fully descriptive of that; leaving room for ambiguity.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-05-08 10:58:33 +02:00

18 lines
372 B
Text

CONFIG_TEST=y
# all printf, fprintf to stdout go to console
CONFIG_STDOUT_CONSOLE=y
CONFIG_MAIN_THREAD_PRIORITY=6
CONFIG_FPU=y
CONFIG_SSE=y
CONFIG_FPU_SHARING=y
CONFIG_SSE_FP_MATH=y
# eliminate timer interrupts during the benchmark
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
CONFIG_TICKLESS_KERNEL=n
CONFIG_FORCE_NO_ASSERT=y
#Disable Userspace
CONFIG_TEST_HW_STACK_PROTECTION=n