Skip to content

Commit ee588ba

Browse files
teburdfabiobaltieri
authored andcommitted
llext: Update the sample readme with a board
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]>
1 parent c1b1dd7 commit ee588ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/subsys/llext/shell_loader/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ ability to manage loadable code extensions in the shell.
1313
Requirements
1414
************
1515

16-
A board with shell capable console.
16+
A board with a supported llext architecture and shell capable console.
1717

1818
Building
1919
********
2020

2121
.. zephyr-app-commands::
2222
:zephyr-app: samples/subsys/llext/shell_loader
23+
:board: tdk_robokit1
2324
:goals: build
2425
:compact:
2526

0 commit comments

Comments
 (0)