Browse Source

boards: intel_adsp/ace30: enable building with Zephyr SDK 0.17.0

Zephyr SDK 0.17.0 adds the toolchain for the Intel Audio DSP
ACE 3.0 platforms. We can now add the bits to enable building
the boards with SDK 0.17.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
pull/81534/head
Daniel Leung 9 months ago committed by Anas Nashif
parent
commit
7ea6da0521
  1. 2
      boards/intel/adsp/twister.yaml

2
boards/intel/adsp/twister.yaml

@ -15,6 +15,7 @@ variants: @@ -15,6 +15,7 @@ variants:
intel_adsp/ace30/ptl:
toolchain:
- xt-clang
- zephyr
intel_adsp/ace30:
twister: false
intel_adsp/ace20_lnl/sim:
@ -35,6 +36,7 @@ variants: @@ -35,6 +36,7 @@ variants:
simulation_exec: acesim
toolchain:
- xt-clang
- zephyr
testing:
timeout_multiplier: 8
intel_adsp/cavs25:

Loading…
Cancel
Save