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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org