liuguo09 opened a new pull request #2054: URL: https://github.com/apache/incubator-nuttx/pull/2054
## Summary Update configure.sh for custom board configure to align with builtin boards directory structure. The updated configure.sh call: ./tools/configure.sh ../vendor/xxx/board_name:config // defconfig under board_name/config/ instead of the former way: ./tools/configure.sh ../vendor/xxx/board_name // defconfig under board_name dir Note custom board is relative path to nuttx topdir. ## Impact Not compatible with the former custom board directory structure. ## Testing Verified locally with custom boards. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org