yamt opened a new pull request, #15230: URL: https://github.com/apache/nuttx/pull/15230
## Summary after running the following script, reverted a few unrelated modifications manually. ``` git grep -l CONFIG_LIBUV|grep defconfig|while read FILE;do DIR=$(dirname $FILE) ./tools/configure.sh -E $DIR kconfig-tweak -e CONFIG_PIPES kconfig-tweak -d CONFIG_HOST_MACOS make savedefconfig cp defconfig $FILE done ``` cf. https://github.com/apache/nuttx/issues/14773 ## Impact ## Testing -- 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]
