zephyr/subsys/llext
Luca Burelli b0dbbb7782 device: add CONFIG_LLEXT_EXPORT_DEV_IDS_BY_HASH option
This new option allows to export devices using identifiers generated
from the hash of the devicetree node path, instead of the device's
ordinal number. Identifiers generated this way are stable across
rebuilds.

Add new test cases to test this new option.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2025-01-22 15:49:10 +01:00
..
buf_loader.c
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
Kconfig device: add CONFIG_LLEXT_EXPORT_DEV_IDS_BY_HASH option 2025-01-22 15:49:10 +01:00
llext.c logging: Add a log flush operation 2025-01-15 09:33:28 +01:00
llext_export.c llext: fix link order for weak syscall symbols 2024-12-10 20:38:48 +01:00
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: fix minor Coverity issue #434586 (again) 2025-01-10 07:28:51 +01:00
llext_load.c LLEXT: no repeated linking with inline relocations 2024-11-20 10:17:06 +00:00
llext_mem.c LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
llext_priv.h LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00