acassis commented on code in PR #14877: URL: https://github.com/apache/nuttx/pull/14877#discussion_r1850545032
########## libs/libbuiltin/Kconfig: ########## @@ -101,6 +101,17 @@ config COVERAGE_ALL -fcoverage-mapping' parameter to all module. The data can then be printed nsh run "gcov dump -d /xxx/xxx" +config COVERAGE_DUMP_MEMORY + bool "Dump code coverage data directly to memory" + depends on COVERAGE_MINI + default n Review Comment: Please include ---help--- to explain more details to end users -- 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