mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +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
|
||||
bool "Use nano printf code"
|
||||
default n
|
||||
default y if DEFAULT_SMALL
|
||||
default n if !DEFAULT_SMALL
|
||||
depends on !LIBC_LONG_LONG
|
||||
---help---
|
||||
Replace printf code with version from newlib-nano. This version
|
||||
provides improved floating point output support, including 'g' mode
|
||||
|
||||
Reference in New Issue
Block a user