Skip to content

Commit 1f913f5

Browse files
committed
boards: intel_adsp: use one twister.yaml
Use one single twister configuration file. Signed-off-by: Anas Nashif <[email protected]>
1 parent dfc7860 commit 1f913f5

9 files changed

+36
-109
lines changed

boards/intel/adsp/intel_adsp_ace15_mtpm.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_ace15_mtpm_sim.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_ace20_lnl.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_ace20_lnl_sim.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_ace30_ptl.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_ace30_ptl_sim.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_cavs25.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

boards/intel/adsp/intel_adsp_cavs25_tgph.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

boards/intel/adsp/twister.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
type: mcu
2+
arch: xtensa
3+
toolchain:
4+
- zephyr
5+
- xcc
6+
- xt-clang
7+
supported:
8+
- dma
9+
testing:
10+
ignore_tags:
11+
- net
12+
- bluetooth
13+
- mcumgr
14+
variants:
15+
intel_adsp/ace30/ptl:
16+
toolchain:
17+
- xt-clang
18+
intel_adsp/ace30:
19+
twister: false
20+
intel_adsp/ace30/ptl/sim:
21+
toolchain:
22+
- xt-clang
23+
intel_adsp/cavs25:
24+
toolchain:
25+
- xcc
26+
- zephyr
27+
supported:
28+
- dma
29+
- dai
30+
intel_adsp/cavs25/tgph:
31+
toolchain:
32+
- xcc
33+
- zephyr
34+
supported:
35+
- dma
36+
- dai

0 commit comments

Comments
 (0)