From b27b0ab495c02cb77cc655b1c8e55f34f7d7219b Mon Sep 17 00:00:00 2001 From: Iuliana Prodan Date: Mon, 16 Oct 2023 18:16:31 +0300 Subject: [PATCH 1/2] xtensa: nxp_imx8ulp_adsp: Add missing include header Add missing header to fix imx8ulp_adsp toolchain. Fixes: e88c208e53a6 ("xtensa: Add 8ulp_adsp toolchain") Signed-off-by: Iuliana Prodan --- overlays/xtensa_nxp_imx8ulp_adsp/gdb/gdb/xtensa-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/xtensa_nxp_imx8ulp_adsp/gdb/gdb/xtensa-config.c b/overlays/xtensa_nxp_imx8ulp_adsp/gdb/gdb/xtensa-config.c index 4b79c8d8..98a521b2 100644 --- a/overlays/xtensa_nxp_imx8ulp_adsp/gdb/gdb/xtensa-config.c +++ b/overlays/xtensa_nxp_imx8ulp_adsp/gdb/gdb/xtensa-config.c @@ -23,6 +23,7 @@ #define XTENSA_CONFIG_VERSION 0x70 +#include "defs.h" #include "xtensa-config.h" #include "xtensa-tdep.h" From 883a2a10f67a42472d0232bbbd30777a3e17f0ea Mon Sep 17 00:00:00 2001 From: Iuliana Prodan Date: Wed, 8 Nov 2023 18:00:01 +0200 Subject: [PATCH 2/2] ci: use main branch for zephyr repo Change zephyr branch from topic-sdk-dev to main. Only for testing purposes. Signed-off-by: Iuliana Prodan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e90ae5..7950117c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ on: zephyr-ref: description: 'Zephyr Ref (branch, tag, SHA, ...)' required: true - default: topic-sdk-dev + default: main host: description: 'Host' type: choice