xiaoxiang781216 commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899563286
########## 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: If so, I think that the better approach is splitting the part of nxdiag script to nuttx/tools/, so the new debug_info can work without apps. On the other side, nxdiag can invoke the script inside nuttx/tools directly. -- 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