Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boards/intel/adsp/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variants:
intel_adsp/ace30/ptl:
toolchain:
- xt-clang
- zephyr
intel_adsp/ace30:
twister: false
intel_adsp/ace20_lnl/sim:
Expand All @@ -32,6 +33,7 @@ variants:
simulation: custom
toolchain:
- xt-clang
- zephyr
testing:
timeout_multiplier: 8
intel_adsp/cavs25:
Expand Down
3 changes: 2 additions & 1 deletion tests/kernel/mem_protect/mem_map/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common:
- mmu
tests:
kernel.memory_protection.mem_map:
filter: CONFIG_MMU and not CONFIG_X86_64
filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP
extra_sections: _TRANSPLANTED_FUNC
extra_configs:
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
Expand Down Expand Up @@ -43,3 +43,4 @@ tests:
extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS
platform_allow:
- intel_adsp/ace30/ptl
- intel_adsp/ace30/ptl/sim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
1 change: 1 addition & 0 deletions tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
1 change: 1 addition & 0 deletions tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl_sim.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
1 change: 1 addition & 0 deletions tests/posix/common/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
1 change: 1 addition & 0 deletions tests/posix/common/boards/intel_adsp_ace30_ptl_sim.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAX_THREAD_BYTES=3
Loading