mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
libs/libc/stdio/Kconfig: CONFIG_NANO_PRINTF should depend on CONFIG_LIBC_LONG_LONG=n. Default should be y if CONFIG_DEFAULT_MALL=yi (as suggested by Alan Carvalho de Assis).
This commit is contained in:
@@ -110,7 +110,9 @@ config MEMCPY_VIK
|
|||||||
|
|
||||||
config NANO_PRINTF
|
config NANO_PRINTF
|
||||||
bool "Use nano printf code"
|
bool "Use nano printf code"
|
||||||
default n
|
default y if DEFAULT_SMALL
|
||||||
|
default n if !DEFAULT_SMALL
|
||||||
|
depends on !LIBC_LONG_LONG
|
||||||
---help---
|
---help---
|
||||||
Replace printf code with version from newlib-nano. This version
|
Replace printf code with version from newlib-nano. This version
|
||||||
provides improved floating point output support, including 'g' mode
|
provides improved floating point output support, including 'g' mode
|
||||||
|
|||||||
Reference in New Issue
Block a user