Skip to content

Commit

Permalink
llext: Update the sample readme with a board
Browse files Browse the repository at this point in the history
The commands showing west build had -b None which isn't quite right. Add
a :board: property with the tdk_robokit1 as its what I tested on myself.
Also noted that llext isn't supported on every architecture but
intentionally left this a bit vague as updating this little comment
every time something is added seems like a recipe for doc rot.

Signed-off-by: Tom Burdick <[email protected]>
  • Loading branch information
teburd authored and fabiobaltieri committed Oct 6, 2023
1 parent c1b1dd7 commit ee588ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/subsys/llext/shell_loader/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ ability to manage loadable code extensions in the shell.
Requirements
************

A board with shell capable console.
A board with a supported llext architecture and shell capable console.

Building
********

.. zephyr-app-commands::
:zephyr-app: samples/subsys/llext/shell_loader
:board: tdk_robokit1
:goals: build
:compact:

Expand Down

0 comments on commit ee588ba

Please sign in to comment.