Skip to content

Commit 4b3874b

Browse files
andyrosskartben
authored andcommitted
boards/mediated: Add twister.yaml
Add a twister YAML file for these devices. Right now they're flagged as xt-clang only, though xcc and SOF-derived gcc toolchains are known to work too. We'll enable the zephyr SDK once sdk-ng support lands. Signed-off-by: Andy Ross <[email protected]>
1 parent cc43e3a commit 4b3874b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

boards/mediatek/twister.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
arch: xtensa
2+
type: mcu
3+
toolchain:
4+
- xt-clang
5+
testing:
6+
ignore_tags:
7+
- net
8+
- bluetooth
9+
- mcumgr
10+
variants:
11+
mt8195/mt8195/adsp:
12+
name: MediaTek MT8195 Audio DSP
13+
mt8188/mt8188/adsp:
14+
name: MediaTek MT8188 Audio DSP
15+
mt8186/mt8186/adsp:
16+
name: MediaTek MT8186 Audio DSP

0 commit comments

Comments
 (0)