mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Update a README; improvie some Kconfig defaults.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user