Browse Source

boards: qemu_xtensa/sample_controller32/mpu: enable twister

Since Zephyr SDK 0.16.9, it has support for building the board
qemu_xtensa/sample_controller32/mpu. Addd the corresponding
toolchain entry in the YAML file so it can built with twister
without forcing toolchain.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
pull/89380/head
Daniel Leung 3 months ago committed by Benjamin Cabé
parent
commit
0d650aebe7
  1. 2
      boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.yaml

2
boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.yaml

@ -4,6 +4,8 @@ type: qemu @@ -4,6 +4,8 @@ type: qemu
simulation:
- name: qemu
arch: xtensa
toolchain:
- zephyr
testing:
default: true
ignore_tags:

Loading…
Cancel
Save