michallenc commented on code in PR #3097: URL: https://github.com/apache/nuttx-apps/pull/3097#discussion_r2150135674
########## boot/nxboot/Kconfig: ########## @@ -122,9 +122,14 @@ config NXBOOT_PREVENT_DOWNGRADE WARNING: NXboot currently implements preferences only for MAJOR.MINOR.PATCH and ignores prerelease. +config NXBOOT_PROGRESS Review Comment: To be ready for possible other progress outputs. This is a hidden option automatically selected by `NXBOOT_PRINTF_PROGRESS`. If someone adds for example `NXBOOT_SYSLOG_PROGRESS` or whatever in the future, that new option will just select `NXBOOT_PROGRESS` and there won't be need to edit ifdefs in the code. -- 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