ValentiWorkLearning opened a new pull request, #16312: URL: https://github.com/apache/nuttx/pull/16312
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary I've found that while working on the custom board initial platform bringup it's a kind of: - make menuconfig -make savedefconfig -git add -git commit flow When the board is configured to be out-of-tree, then it's possible to simply forget where the defconfig is stored/how to navigate into it. ## Impact Buildsystem ## Testing Just a simple make savedefconfig is enough: ```log "The defconfig was generated successfully at /workspaces/rtos_labs/nuttxspace/nuttx/defconfig .If you're building out-of-tree configuration, then copy it to your configuration defconfig" ``` -- 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