Browse Source
Having a board to just measure coverage for certain features is a bit of any overkill. We will instead add overlays to the specific tests this board mostly covers. Signed-off-by: Anas Nashif <anas.nashif@intel.com>pull/69687/head
5 changed files with 0 additions and 43 deletions
@ -1,12 +0,0 @@ |
|||||||
/* |
|
||||||
* Copyright (c) 2022-2024 Intel Corporation |
|
||||||
* |
|
||||||
* SPDX-License-Identifier: Apache-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
#include "qemu_x86_tiny.dts" |
|
||||||
|
|
||||||
/* Override with 768KB DRAM */ |
|
||||||
&dram0 { |
|
||||||
reg = < 0x100000 DT_SIZE_K(768) >; |
|
||||||
}; |
|
@ -1,16 +0,0 @@ |
|||||||
identifier: qemu_x86_tiny/atom/768 |
|
||||||
name: QEMU Emulation for X86 (small VM, 768KB DRAM) |
|
||||||
type: qemu |
|
||||||
arch: x86 |
|
||||||
simulation: qemu |
|
||||||
toolchain: |
|
||||||
- zephyr |
|
||||||
- xtools |
|
||||||
testing: |
|
||||||
default: true |
|
||||||
only_tags: |
|
||||||
- kernel |
|
||||||
- userspace |
|
||||||
ignore_tags: |
|
||||||
- benchmark |
|
||||||
vendor: qemu |
|
@ -1,10 +0,0 @@ |
|||||||
# Copyright (c) 2022-2024 Intel Corporation. |
|
||||||
# |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
# Enable coverage regardless since this config for coverage only. |
|
||||||
CONFIG_COVERAGE=y |
|
||||||
|
|
||||||
# Need more stack space due to coverage being enabled. |
|
||||||
CONFIG_MAIN_STACK_SIZE=4096 |
|
||||||
CONFIG_IDLE_STACK_SIZE=1024 |
|
Loading…
Reference in new issue