mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 22:25:21 +00:00
Not all boards can get the coverage reports. The report generation needs minimum of 64KB SRAM. This patch added support for mps2_an385, qemu_cortex_m3, qemu_x86. This is just a subset. Also the previously supported board native_posix is included in this patch. If a board has 64KB RAM, it can generate reports by just adding HAS_COVERAGE_SUPPORT in Kconfig.board. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
|
|
config BOARD_QEMU_X86
|
|
bool "QEMU x86"
|
|
depends on SOC_IA32
|
|
select QEMU_TARGET
|
|
select HAS_DTS_ETHERNET
|
|
select CPU_HAS_FPU if !X86_IAMCU
|
|
select HAS_COVERAGE_SUPPORT
|