This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
994374ec51
zephyr
/
tests
/
kernel
/
fpu_sharing
/
generic
/
prj.conf
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: kernel: fp_sharing: Use ztest This commit converts the `fp_sharing` tests to use the ztest framework. In addition, this commit also introduces a behavioural change to run the `pi` unit test separately from the `load_store` unit test, in order to allow more manageable and diagnosable test execution. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-29 21:46:32 +08:00
CONFIG_ZTEST=y
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-23 16:27:24 +08:00
CONFIG_FPU=y
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-03 17:03:19 +08:00
CONFIG_FPU_SHARING=y
tests: kernel: import floating point sharing tests to unified This is the microkernel version of the FPU sharing test from legacy modified to use unified APIs directly. Jira: ZEP-932 Change-Id: I133a1466ea75201a97c2f8b83c3586fea0a19447 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-28 03:05:44 +08:00
CONFIG_STDOUT_CONSOLE=y