boards: xtensa: Add XCC to list of toolchains for intel_adsp boards
This eliminates the need to use the "--force-toolchain" flag when running twister with the XCC toolchain on intel_adsp.* boards. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
8889114e3c
commit
63712fb024
4 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ name: CAVS 1.5 Audio DSP (Connected Audio Voice and Speech)
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
|
@ -3,6 +3,7 @@ name: CAVS 1.8 Audio DSP (Connected Audio Voice and Speech)
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
|
@ -3,6 +3,7 @@ name: CAVS 2.0 Audio DSP (Connected Audio Voice and Speech)
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
|
@ -3,6 +3,7 @@ name: CAVS 2.5 Audio DSP (Connected Audio Voice and Speech)
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- xcc
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue