lupyuen commented on PR #14693: URL: https://github.com/apache/nuttx/pull/14693#issuecomment-2463721430
Please remember to run [tools/refresh.sh](https://lupyuen.github.io/articles/pr#appendix-nuttx-configuration-files) and commit the updated defconfig. Thanks! ```bash $ tools/refresh.sh --silent sim:nsh Normalize sim:nsh 37a38,40 > CONFIG_INTERPRETERS_QUICKJS=y > CONFIG_INTERPRETERS_QUICKJS_BIGNUM=y > CONFIG_INTERPRETERS_QUICKJS_FULL=y 39a43 > CONFIG_LIBC_DLFCN=y 51a56 > CONFIG_PIPES=y 59d63 < CONFIG_SCHED_WAITPID=y 65,66d68 < CONFIG_TESTING_OSTEST=y < CONFIG_PIPES=y 68,76c70 < CONFIG_SYSTEM_POPEN_STACKSIZE=2048 < CONFIG_SYSTEM_POPEN_PRIORITY=100 < CONFIG_LIBC_DLFCN=y < CONFIG_LDPATH_INITIAL="" < CONFIG_INTERPRETERS_QUICKJS=y < CONFIG_INTERPRETERS_QUICKJS_FULL=y < CONFIG_INTERPRETERS_QUICKJS_BIGNUM=y < CONFIG_INTERPRETERS_QUICKJS_PRIORITY=100 < CONFIG_INTERPRETERS_QUICKJS_STACKSIZE=8192 --- > CONFIG_TESTING_OSTEST=y Saving the new configuration file ``` -- 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]
