2023-09-27 21:14:45 +08:00
|
|
|
common:
|
|
|
|
tags: llext
|
|
|
|
tests:
|
|
|
|
llext.simple.arm:
|
2023-11-09 03:36:25 +08:00
|
|
|
filter: not CONFIG_CPU_HAS_MMU and not CONFIG_SOC_SERIES_S32ZE_R52
|
2023-09-27 21:14:45 +08:00
|
|
|
arch_allow: arm
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ARM_MPU=n
|
|
|
|
# Broken platforms
|
|
|
|
platform_exclude:
|
|
|
|
- nuvoton_pfm_m487 # See #63167
|
2023-09-29 15:56:47 +08:00
|
|
|
llext.simple.xtensa:
|
|
|
|
arch_allow: xtensa
|
2023-11-23 23:50:20 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
2023-09-29 15:56:47 +08:00
|
|
|
# Broken platforms
|
|
|
|
platform_exclude:
|
|
|
|
- qemu_xtensa_mmu # ELF sections are read-only, and without peek() .text copy isn't executable
|