From 06e6a84b1d779c3c2d3cf7c783c98a3c239c88c2 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 15 Oct 2024 09:17:09 -0700 Subject: [PATCH] tests: copy intel_adsp_ace30_ptl.conf to *_sim.conf With the rename of intel_adsp/ace30_ptl to intel_adsp/ace30/ptl, the "sim" variant no longer inherit the base configuration. So make a copy of the .conf file to explicitly target the sim variant. Signed-off-by: Daniel Leung --- .../mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf | 1 + .../kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf | 1 + tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf | 1 + tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf | 1 + 4 files changed, 4 insertions(+) create mode 100644 tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf create mode 100644 tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf create mode 100644 tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf create mode 100644 tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf diff --git a/tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf b/tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf new file mode 100644 index 00000000000..922c1e4b05f --- /dev/null +++ b/tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf @@ -0,0 +1 @@ +CONFIG_MAX_THREAD_BYTES=3 diff --git a/tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf b/tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf new file mode 100644 index 00000000000..922c1e4b05f --- /dev/null +++ b/tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf @@ -0,0 +1 @@ +CONFIG_MAX_THREAD_BYTES=3 diff --git a/tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf b/tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf new file mode 100644 index 00000000000..922c1e4b05f --- /dev/null +++ b/tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf @@ -0,0 +1 @@ +CONFIG_MAX_THREAD_BYTES=3 diff --git a/tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf b/tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf new file mode 100644 index 00000000000..922c1e4b05f --- /dev/null +++ b/tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf @@ -0,0 +1 @@ +CONFIG_MAX_THREAD_BYTES=3