boards: intel_adsp: use one twister.yaml
Use one single twister configuration file. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
dfc7860ab1
commit
1f913f5fe3
9 changed files with 36 additions and 109 deletions
|
|
@ -1,15 +0,0 @@
|
|||
identifier: intel_adsp/ace15_mtpm
|
||||
name: ACE 1.5 MTL M Audio DSP
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- zephyr
|
||||
- xcc
|
||||
- xt-clang
|
||||
supported:
|
||||
- dma
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
vendor: intel
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
identifier: intel_adsp/ace15_mtpm/sim
|
||||
name: ACE 1.5 Meteor Lake M Audio DSP
|
||||
type: sim
|
||||
simulation: custom
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
- xt-clang
|
||||
testing:
|
||||
timeout_multiplier: 4
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
identifier: intel_adsp/ace20_lnl
|
||||
name: ACE 2.0 LNL Audio DSP
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- xt-clang
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
- mcumgr
|
||||
vendor: intel
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
identifier: intel_adsp/ace20_lnl/sim
|
||||
name: ACE 2.0 Lunar Lake Audio DSP
|
||||
type: sim
|
||||
simulation: custom
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- xt-clang
|
||||
testing:
|
||||
timeout_multiplier: 6
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
identifier: intel_adsp/ace30/ptl
|
||||
name: ACE 3.0 Panther Lake Audio DSP
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xt-clang
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
identifier: intel_adsp/ace30/ptl/sim
|
||||
name: ACE 3.0 Panther Lake Audio DSP
|
||||
type: sim
|
||||
simulation: custom
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xt-clang
|
||||
testing:
|
||||
timeout_multiplier: 8
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
identifier: intel_adsp/cavs25
|
||||
name: cAVS 2.5 Audio DSP (converged Audio Voice and Speech)
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
- dai
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
vendor: intel
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
identifier: intel_adsp/cavs25/tgph
|
||||
name: cAVS 2.5 Audio DSP for Tiger Lake H PCH (Converged Audio Voice and Speech)
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
vendor: intel
|
||||
36
boards/intel/adsp/twister.yaml
Normal file
36
boards/intel/adsp/twister.yaml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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/ace30:
|
||||
twister: false
|
||||
intel_adsp/ace30/ptl/sim:
|
||||
toolchain:
|
||||
- xt-clang
|
||||
intel_adsp/cavs25:
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
- dai
|
||||
intel_adsp/cavs25/tgph:
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
- dai
|
||||
Loading…
Reference in a new issue