From 4b3874b9ea422d36eefa4d2e17d33cb573fec553 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Tue, 26 Nov 2024 13:54:18 -0800 Subject: [PATCH] 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 --- boards/mediatek/twister.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 boards/mediatek/twister.yaml diff --git a/boards/mediatek/twister.yaml b/boards/mediatek/twister.yaml new file mode 100644 index 00000000000..dba7a14c3e8 --- /dev/null +++ b/boards/mediatek/twister.yaml @@ -0,0 +1,16 @@ +arch: xtensa +type: mcu +toolchain: + - xt-clang +testing: + ignore_tags: + - net + - bluetooth + - mcumgr +variants: + mt8195/mt8195/adsp: + name: MediaTek MT8195 Audio DSP + mt8188/mt8188/adsp: + name: MediaTek MT8188 Audio DSP + mt8186/mt8186/adsp: + name: MediaTek MT8186 Audio DSP