Re: [PR] tools/process_config: remove unused unnecessary printing [nuttx]
xiaoxiang781216 merged PR #16313: URL: https://github.com/apache/nuttx/pull/16313 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] tools/process_config: remove unused unnecessary printing [nuttx]
ValentiWorkLearning commented on PR #16313: URL: https://github.com/apache/nuttx/pull/16313#issuecomment-285143 @anchao got that. Thanks for pointing that out! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] tools/process_config: remove unused unnecessary printing [nuttx]
anchao commented on PR #16313: URL: https://github.com/apache/nuttx/pull/16313#issuecomment-2850473127 Regression by https://github.com/apache/nuttx/pull/16297 Please do not add any unnecessary printing during the configuration phase, as this will not help for non-configuration developers @ValentiWorkLearning -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[PR] tools/process_config: remove unused unnecessary printing [nuttx]
anchao opened a new pull request, #16313: URL: https://github.com/apache/nuttx/pull/16313 ## Summary tools/process_config: remove unused unnecessary printing Too much unnecessary printing that meaningless to non-builder developers Signed-off-by: chao an ## Impact Restore the configure print as before ## Testing ``` nuttx$ ./tools/configure.sh sim/nsh Copy files Appended # to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # This file is autogenerated: PLEASE DO NOT EDIT IT. to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # You can use "make menuconfig" to make any modifications to the installed .config file. to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # You can then do "make savedefconfig" to generate a new defconfig file that includes your to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # modifications. to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended # CONFIG_NSH_CMDOPT_HEXDUMP is not set to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ARCH="sim" to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ARCH_BOARD="sim" to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ARCH_BOARD_SIM=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ARCH_CHIP="sim" to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ARCH_SIM=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_BOARDCTL_APP_SYMTAB=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_BOARDCTL_POWEROFF=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_BOARD_LOOPSPERMSEC=0 to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_BOOT_RUNFROMEXTSRAM=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_BUILTIN=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_COVERAGE_ALL=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_COVERAGE_TOOLCHAIN=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEBUG_ASSERTIONS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEBUG_FEATURES=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEBUG_SYMBOLS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEV_GPIO=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_DEV_LOOP=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ETC_FATDEVNO=2 to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ETC_ROMFS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_ETC_ROMFSDEVNO=1 to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_EXAMPLES_GPIO=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_EXAMPLES_HELLO=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FAT_LCNAMES=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FAT_LFN=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_BINFS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_FAT=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_HOSTFS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_PROCFS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_RAMMAP=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_FS_ROMFS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_GPIO_LOWER_HALF=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_HAVE_CXXINITIALIZE=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_IDLETHREAD_STACKSIZE=4096 to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_INIT_ENTRYPOINT="nsh_main" to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_IOEXPANDER=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_IOEXPANDER_DUMMY=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_LIBC_ENVPATH=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_LIBC_EXECFUNCS=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_LIBC_LOCALE=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_LIBC_LOCALE_CATALOG=y to /home/archer/code/nuttx/n1/nuttx/tools/../.config Appended CONFIG_LIBC_LOCALE_GETTEXT=y to /home/archer/code/nuttx/n1/nuttx/tools/../.
