acassis commented on issue #16695: URL: https://github.com/apache/nuttx/issues/16695#issuecomment-3904363610
These are the steps to reproduce the issue: Testing using Makefile: $ ./tools/configure.sh stm32h745i-disco:nsh $ cp .config config_stm32h745_makefile $ make distclean -j Testing using CMake $ cmake -B build -DBOARD_CONFIG=stm32h745i-disco:nsh -GNinja $ cd build/ $ cp .config ../config_stm32h745_cmake $ cd .. $ meld config_stm32h745_makefile config_stm32h745_cmake You will see that makefile created: CONFIG_BASE_DEFCONFIG="stm32h745i-disco:nsh" and cmake file is empty: CONFIG_BASE_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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
