Update a README; improvie some Kconfig defaults.

This commit is contained in:
Gregory Nutt
2019-02-09 12:19:32 -06:00
parent 7ec13a3b4f
commit 6a30e22ad4
2 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ config NANO_PRINTF
config NANO_PRINTLEVEL
int "Nano printf support level"
default 2
default 2 if !LIBC_FLOATINGPOINT
default 3 if LIBC_FLOATINGPOINT
range 1 2 if !LIBC_FLOATINGPOINT
range 1 3 if LIBC_FLOATINGPOINT
depends on NANO_PRINTF