eren-terzioglu opened a new pull request, #15304: URL: https://github.com/apache/nuttx/pull/15304
## Summary Add debug_info target support to parse and print `sysinfo.h` file which is output file of nxdiag application without flashing it to the device or even enabling `SYSTEM_NXDIAG` option. We can use this feature to have more information about user system environment when we are investigating issue. Users only need to run make debug_info on their problematic code. tools/Unix.mk: Add debug_info target to print nxdiag output ## Impact Common layer change ## Testing `esp32c6-devkitc:nsh` config selected and then run `make debug_info` command -- 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