From 24c26dfcd773a76211e0bc85caf2970e6e209e6b Mon Sep 17 00:00:00 2001 From: Erling Rennemo Jellum Date: Sat, 28 Oct 2023 14:33:50 +0200 Subject: [PATCH] Typo --- packages/documentation/copy/en/embedded/Zephyr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/embedded/Zephyr.md b/packages/documentation/copy/en/embedded/Zephyr.md index 2b124c9c9..3ddbfd856 100644 --- a/packages/documentation/copy/en/embedded/Zephyr.md +++ b/packages/documentation/copy/en/embedded/Zephyr.md @@ -14,7 +14,7 @@ hardware. When developing LF programs for Zephyr we use a `west`-centric approach. Using `west`, which is the preferred build tool for Zephyr projects, requires structuring the code base and development flow as expected by `west`. We use a [T3 Forest -Topology](https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t3). +Topology](https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t3) for our workspace. This means that we create a workspace where multiple different LF Zephyr projects can be hosted together with a single copy of the Zephyr RTOS sources.