Adds a very simple hello world test case for llext. The loadable extension is built and then included as a binary array into the test making it very easy to load, debug, and inspect. The extension is built using the same toolchain as the base image by default. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
12 lines
231 B
YAML
12 lines
231 B
YAML
common:
|
|
tags: llext
|
|
tests:
|
|
llext.simple.arm:
|
|
filter: not CONFIG_CPU_HAS_MMU
|
|
arch_allow: arm
|
|
extra_configs:
|
|
- CONFIG_ARM_MPU=n
|
|
# Broken platforms
|
|
platform_exclude:
|
|
- nuvoton_pfm_m487 # See #63167
|