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
1af8a04fa9
zephyr
/
tests
/
lib
/
sprintf
/
prj.conf
3 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: sprintf: move to ztest Use ztest for this test instead of legacy way of testing. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-02-17 01:20:54 +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