You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "lucasssvaz (via GitHub)" <gi...@apache.org> on 2023/05/24 12:44:57 UTC

[GitHub] [nuttx-apps] lucasssvaz commented on a diff in pull request #1774: testing: Add application to gather debug information (dbginfo)

lucasssvaz commented on code in PR #1774:
URL: https://github.com/apache/nuttx-apps/pull/1774#discussion_r1204063834


##########
testing/dbginfo/Kconfig:
##########
@@ -0,0 +1,73 @@
+config TESTING_DBGINFO
+	bool "Debug system information and diagnostic (dbginfo)"
+	default n
+	---help---
+		Enable the dbginfo application to gather and display host
+		and target system information. It also checks the host system
+		during the build process to ensure that the host system has
+		the required tools to build the NuttX system.
+
+if TESTING_DBGINFO
+
+config TESTING_DBGINFO_PRIORITY
+	int "Dbginfo task priority"
+	default 100
+
+config TESTING_DBGINFO_STACKSIZE
+	int "Dbginfo stack size"
+	default DEFAULT_TASK_STACKSIZE
+
+comment "NuttX system information"
+
+config TESTING_DBGINFO_NUTTX_CONF

Review Comment:
   Sure



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org