공부/Embedded

[Zephyr OS] LLEXT

래울 2025. 2. 2. 23:18

https://docs.zephyrproject.org/latest/services/llext/index.html

 

Linkable Loadable Extensions (LLEXT) — Zephyr Project Documentation

The LLEXT subsystem provides a toolbox for extending the functionality of an application at runtime with linkable loadable code. Extensions are precompiled executables in ELF format that can be verified, loaded, and linked with the main Zephyr binary. Exte

docs.zephyrproject.org

 

LLEXT

Linkable Loadable Extensions, Zephyr OS에서 런타임에 애플리케이션의 기능 확장을 위한 도구들

 

Configuration: LLEXT에 적용되는 Kconfig 옵션들을 설정

Building extensions: Z

Loading extensions

Troubleshooting

Debugging extensions

API Reference

...