pkarashchenko commented on code in PR #6607: URL: https://github.com/apache/incubator-nuttx/pull/6607#discussion_r921187995
########## libs/libc/stdio/Kconfig: ########## @@ -53,7 +53,7 @@ config NUNGET_CHARS config LIBC_FLOATINGPOINT bool "Enable floating point in printf" - default n + default !DEFAULT_SMALL && ARCH_FPU Review Comment: Why we rely on `ARCH_FPU`? The `LIBC_FLOATINGPOINT` does not have anything about hard vs soft FPU. Or for archs with `ARCH_FPU` the code size increase is low? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org