michallenc commented on code in PR #3068: URL: https://github.com/apache/nuttx-apps/pull/3068#discussion_r2075502357
########## boot/nxboot/Kconfig: ########## @@ -92,6 +103,10 @@ config NXBOOT_PREVENT_DOWNGRADE WARNING: NXboot currently implements preferences only for MAJOR.MINOR.PATCH and ignores prerelease. +config NXBOOT_PRINTF_PROGRESS + bool "Enable progress messages to be sent to STDOUT" + default n Review Comment: I don't have a strong opinion on this. I personally prefer less verbose output, but it may be useful to users not familiar with the bootloader. So maybe we could enable it by default. I would definitely add `---help---` with the description how much size does it take. -- 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