JianyuWang0623 commented on code in PR #15836: URL: https://github.com/apache/nuttx/pull/15836#discussion_r1959661107
########## boards/xtensa/esp32s3/esp32s3-devkit/configs/fastboot/defconfig: ########## Review Comment: @tmedicci It`s an extension of [configure.sh](https://github.com/apache/nuttx/blob/master/tools/configure.sh#L244), not generated by make savedefconfig indeed. Here are other defconfigs that use this syntax, key configurations are "highlighted": ``` $ find boards/ -name defconfig | xargs grep "#include" boards/sim/sim/sim/configs/thermal/defconfig:#include "../nsh/defconfig" boards/xtensa/esp32s3/esp32s3-devkit/configs/adb/defconfig:#include "../usb_device/defconfig" boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig:#include "../usb_device/defconfig" boards/xtensa/esp32s3/esp32s3-devkit/configs/txtable/defconfig:#include "../adb/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