zyy37 opened a new issue, #11284: URL: https://github.com/apache/nuttx/issues/11284
I use `nuttx` to build for a certain development board, and use [`uboot`](https://github.com/u-boot/u-boot) (which is a BootLoader tool) to build for the same development board. Both will generate a `.config` configuration file with the same name, which also contains macros with similar names about CPU, SPI, and Device. Since `nuttx` and `uboot` have the same `.config` configuration and macros, do they also overlap in functionality? Could you explain it in detail? Thanks. for nuttx: ```shell ~/nuttxspace/nuttx$ tools/configure.sh -l stm32f769i-disco:nsh ``` for uboot: ```shell ~/u-boot$ make stm32f769-disco_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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org