Skip to content

Commit

Permalink
boards: intel_adsp: use one twister.yaml
Browse files Browse the repository at this point in the history
Use one single twister configuration file.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Aug 22, 2024
1 parent f7cfb87 commit f4aa094
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 70 deletions.
15 changes: 0 additions & 15 deletions boards/intel/adsp/intel_adsp_ace15_mtpm.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions boards/intel/adsp/intel_adsp_ace20_lnl.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions boards/intel/adsp/intel_adsp_ace30_ptl.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions boards/intel/adsp/intel_adsp_cavs25.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions boards/intel/adsp/intel_adsp_cavs25_tgph.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions boards/intel/adsp/twister.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
type: mcu
arch: xtensa
toolchain:
- zephyr
- xcc
- xt-clang
supported:
- dma
testing:
ignore_tags:
- net
- bluetooth
- mcumgr
variants:
intel_adsp/ace30_ptl:
toolchain:
- xt-clang
intel_adsp/cavs25:
toolchain:
- xcc
- zephyr
supported:
- dma
- dai
intel_adsp/cavs25/tgph:
toolchain:
- xcc
- zephyr
supported:
- dma
- dai

0 comments on commit f4aa094

Please sign in to comment.