zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.19k stars 6.25k forks source link

llext roadmap [WIP] #71584

Open pillo79 opened 3 months ago

pillo79 commented 3 months ago

After a chat with @teburd @edersondisouza @selescop at ZDS24, wishlist in no particular order:

github-actions[bot] commented 3 months ago

Hi @pillo79! We appreciate you submitting your first issue for our open-source project. šŸŒŸ

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. šŸ¤–šŸ’™

teburd commented 3 months ago

After a discussion at EOSS, XIP could be implemented by providing a function that applies all relocations assuming given target addresses for storing the ELF sections. Not necessarily where those elf sections are in memory at the time of manipulation. I thought this was an incredible idea and Iā€™m hopeful someone will contribute it.