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.72k stars 6.55k forks source link

Documentation references non existing file: llext/shell_loader/README.rst #79318

Open markus-becker-tridonic-com opened 2 weeks ago

markus-becker-tridonic-com commented 2 weeks ago

Describe the bug

https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/llext/shell_loader/README.rst references to a file tests/subsys/llext/hello_world/hello_world.c, which is not existent anymore. Possibly it is now samples/subsys/llext/modules/src/hello_world_ext.c .

To Reproduce

Impact

LLEXT shell loader sample cannot be used.

Logs and console output N/A

Environment (please complete the following information): N/A

Additional context N/A

teburd commented 2 weeks ago

Thanks for reporting, I am working on this