From ee588bae7a6106721328bd7a3d3cd7c856e2c7ec Mon Sep 17 00:00:00 2001 From: Tom Burdick Date: Fri, 6 Oct 2023 12:42:30 -0500 Subject: [PATCH] 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 --- samples/subsys/llext/shell_loader/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/subsys/llext/shell_loader/README.rst b/samples/subsys/llext/shell_loader/README.rst index d24ff89478fdf4..7d0d70151c3537 100644 --- a/samples/subsys/llext/shell_loader/README.rst +++ b/samples/subsys/llext/shell_loader/README.rst @@ -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: