Lines Matching +full:- +full:- +full:coverage

2 # SPDX-License-Identifier: Apache-2.0
30 The code coverage report generation is only available on boards
31 with enough spare RAM to buffer the coverage data, or on boards
34 config COVERAGE config
35 bool "Create coverage data"
38 This option will build your application with the -coverage option
39 which will generate data that can be used to create coverage reports.
41 https://docs.zephyrproject.org/latest/guides/coverage.html
44 prompt "Coverage mode"
47 depends on COVERAGE
50 bool "Host compiler gcov based code coverage"
53 Build natively with the compiler standard `--coverage` options,
54 that is with gcov/GCC-compatible coverage
57 bool "Host compiler source based code coverage"
61 Build natively with the compiler source based coverage options.
65 bool "Create Coverage data from hardware platform"
76 int "Size of heap allocated for gcov coverage data dump"
81 This option configures the heap size allocated for gcov coverage
86 bool "Dump coverage data on exit"
89 Dump collected coverage information to console on exit.
92 bool "Force coverage"
95 Regardless of platform support, it will enable coverage data production.
96 If the platform does not support coverage by default, setting this config
97 does not guarantee that coverage data will be gathered.
106 a per-test basis and is not meant to be used outside test cases.
110 The userspace APIs are no-ops if userspace is not enabled, so it is
129 in the project-level defconfig.
151 simultaneously enabled. For this platforms we execute the User Mode-
155 bool "Hardware-based stack overflow detection if available"
161 This option will enable hardware-based stack protection by default
179 ARM Cortex-M configuration required when testing.
186 when building a Secure ARMv8-M firmware. This will allow
189 set, these exceptions are set to target the Non-Secure state.