tmedicci commented on code in PR #15304:
URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899530499


##########
tools/Unix.mk:
##########
@@ -618,6 +619,13 @@ bootloader:
 clean_bootloader:
        $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader
 
+# debug_info: Parse nxdiag example output file (sysinfo.h) and print
+
+debug_info:

Review Comment:
   @xiaoxiang781216 the intention here is to add this command `make debug_info` 
into the Issue's template. 
   
   Whenever an issue is reported, the idea is to gather data from the user's 
environment (something that we already do in a non-standardized manner) by 
suggesting they run this command in the nuttx (OS) folder and paste it to the 
issue template. 
   
   Please note that the `nxdiag` can be used as an application built into the 
firmware, but also as a tool because `sysinfo.h` is generated before 
compilation. This PR intends to use it as a tool to get standardized info about 
the user's environment.
   
   The `nxdiag` application isn't specific for Espressif and we are trying to 
make it part of the NuttX debugging ecosystem.



-- 
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

Reply via email to