Skip to content

Commit

Permalink
tests: kernel: gen_isr_table.riscv_direct: exclude adp_xc7k_ae350
Browse files Browse the repository at this point in the history
Exclude adp_xc7k_ae350 because Andes core doesn't support RISC-V vectored
mode from csr $mtvec.

Signed-off-by: Jimmy Zheng <[email protected]>
  • Loading branch information
jimmyzhe committed Jun 28, 2023
1 parent abce0eb commit b71ee0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/kernel/gen_isr_table/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ tests:
arch_allow:
- riscv32
- riscv64
platform_exclude: m2gl025_miv
platform_exclude:
- m2gl025_miv
- adp_xc7k_ae350
filter: CONFIG_SOC_FAMILY_RISCV_PRIVILEGED
extra_configs:
- CONFIG_GEN_IRQ_VECTOR_TABLE=y
Expand Down

0 comments on commit b71ee0f

Please sign in to comment.