zephyr/tests/subsys/llext/simple
Luca Burelli 5ec5f24081 llext: test exporting DT devices to extensions
Add a new test to the simple llext test suite that verifies that DT
devices are properly exported to extensions. This is done by obtaining a
device handle from the DT and then trying to get the same handle at
runtime using the device_get_binding() API.

This test is optional because the current qemu_xtensa platform does not
have any usable DT devices to test with.

The LLEXT heap size is also increased to 64 kbytes to avoid heap
exhaustion when running the new test on mps2_an385.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2024-09-25 12:59:13 +02:00
..
boards
src llext: test exporting DT devices to extensions 2024-09-25 12:59:13 +02:00
CMakeLists.txt llext: add a test for inter-extension linking 2024-09-12 13:02:59 -04:00
prj.conf llext: test exporting DT devices to extensions 2024-09-25 12:59:13 +02:00
testcase.yaml llext: Add aarch64 to LLEXT tests 2024-09-12 14:48:55 +02:00