From 913c3db1db0cb05d89e368c07e2c90b6342e009e Mon Sep 17 00:00:00 2001 From: erling Date: Thu, 19 Oct 2023 15:42:04 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Edward A. Lee --- packages/documentation/copy/en/embedded/Zephyr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/documentation/copy/en/embedded/Zephyr.md b/packages/documentation/copy/en/embedded/Zephyr.md index b123a60e4..5c8069639 100644 --- a/packages/documentation/copy/en/embedded/Zephyr.md +++ b/packages/documentation/copy/en/embedded/Zephyr.md @@ -150,7 +150,7 @@ a `Kconfig` file. Both are copied into the `src-gen` folder when invoking # The `west lfc` command The custom `lfc` west command has already been used in previous sections. It can be inspected in `scripts/lf_build.py`. -It invokes `lfc` on the provided LF source file. Copies `prj.conf` and `Kconfig` +It invokes `lfc` on the provided LF source file. it also copies `prj.conf` and `Kconfig` into the src-gen directory before it, optionally, calls `west build` on the resulting project. @@ -195,7 +195,7 @@ This causes the emulation of threaded programs to appear as if the `fast` target ## Troubleshooting ### Multiple Zephyr installations -If the follwing warning is shown when invoking `west lfc` or any other `west` command: +If the following warning is shown when invoking `west lfc` or any other `west` command: ``` WARNING: ZEPHYR_BASE=/path/to/zephyr in the calling environment will be used, but the zephyr.base config option in /path/to/lf-west-template is "deps/zephyr"