mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
libs/libc/stdio/Kconfig: Update some help comments.
This commit is contained in:
@@ -54,8 +54,14 @@ config LIBC_FLOATINGPOINT
|
|||||||
bool "Enable floating point in printf"
|
bool "Enable floating point in printf"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
By default, floating point
|
By default, floating point support in printf, sscanf, etc. is
|
||||||
support in printf, sscanf, etc. is disabled.
|
disabled. This option will enable floating point support.
|
||||||
|
|
||||||
|
if CONFIG_NANO_PRINTF is enabled, tnen this option works a
|
||||||
|
little differently. You still have to select
|
||||||
|
CONFIG_NANO_PRINTLEVEL=3 to get floating point support. In
|
||||||
|
case, this option extends the range of acceptable
|
||||||
|
values that will permit selection of CONFIG_NANO_PRINTLEVEL=3.
|
||||||
|
|
||||||
config LIBC_LONG_LONG
|
config LIBC_LONG_LONG
|
||||||
bool "Enable long long support in printf"
|
bool "Enable long long support in printf"
|
||||||
|
|||||||
Reference in New Issue
Block a user