anchao opened a new pull request, #11416: URL: https://github.com/apache/nuttx/pull/11416
## Summary Revert "cmake: restore old behavior for savedefconfig" @raiden00pl I'm surprised why this commit was reverted. It maintains the same functionality as `tools/refresh.sh`. this change is a good improvement because overwriting the original `defconfig` to prevent developers from missing out on enabled or disabled features during the development process. If you find any changes in the `defconfig` after saving it, you should manually restore it, git diff will tell you what has happened. and also this feature prevents more junior developers from forgetting to save their own `defconfig` This reverts commit 751bc1528a8e9f3bfbe1701619b4894f1d6dcb86. ## Impact N/A ## Testing ci-check -- 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