File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
boards/xtensa/qemu_xtensa
tests/subsys/debug/coredump Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ config BOARD_QEMU_XTENSA
7
7
bool "Xtensa emulation using QEMU"
8
8
depends on SOC_XTENSA_DC233C
9
9
select QEMU_TARGET
10
+ select ARCH_SUPPORTS_COREDUMP
10
11
11
12
config BOARD_QEMU_XTENSA_MMU
12
13
bool "Xtensa emulation using QEMU with MMU"
13
14
depends on SOC_XTENSA_DC233C
14
15
select QEMU_TARGET
16
+ select ARCH_SUPPORTS_COREDUMP
15
17
select XTENSA_MMU
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ void func_3(uint32_t *addr)
31
31
defined(CONFIG_BOARD_HIFIVE1 ) || \
32
32
defined(CONFIG_BOARD_LONGAN_NANO ) || \
33
33
defined(CONFIG_BOARD_LONGAN_NANO_LITE ) || \
34
+ defined(CONFIG_BOARD_QEMU_XTENSA ) || \
34
35
defined(CONFIG_SOC_FAMILY_INTEL_ADSP )
35
36
ARG_UNUSED (addr );
36
37
/* Call k_panic() directly so Renode doesn't pause execution.
Original file line number Diff line number Diff line change 31
31
filter : CONFIG_ARCH_SUPPORTS_COREDUMP
32
32
arch_allow :
33
33
- xtensa
34
+ integration_platforms :
35
+ - qemu_xtensa
34
36
harness : console
35
37
harness_config :
36
38
type : multi_line
You can’t perform that action at this time.
0 commit comments