Skip to content

Commit 2556f9e

Browse files
committed
Fix minor typo and update name of referenced script from lf_build.py to lfc.py, whih is the correct naming.
1 parent d528bad commit 2556f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embedded/zephyr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ hi-resolution timing. These required configurations are stored in a file called
150150
`prj_lf.conf` which `lfc` generates into the `src-gen` folder. You can provide
151151
your own configurations through the following three files that `west lfc`
152152
expects to find at the root of each app:
153-
1. `prj.conf`, see [Seeting symbols in Configuration systems (Kconfig)](https://docs.zephyrproject.org/latest/build/kconfig/setting.html#setting-symbols-in-configuration-files)
153+
1. `prj.conf`, see [Setting symbols in Configuration systems (Kconfig)](https://docs.zephyrproject.org/latest/build/kconfig/setting.html#setting-symbols-in-configuration-files)
154154
2. `Kconfig`, see [Configuration system (Kconfig)](https://docs.zephyrproject.org/latest/build/kconfig/index.html)
155155
3. `app.overlay`, see [Devicetree](https://docs.zephyrproject.org/latest/build/dts/index.html#devicetree)
156156

@@ -168,7 +168,7 @@ you have just built.
168168

169169
# The `west lfc` command
170170
The custom `lfc` west command has already been used in previous sections. It can
171-
be inspected in `scripts/lf_build.py`. It invokes `lfc` on the provided LF
171+
be inspected in `scripts/lfc.py`. It invokes `lfc` on the provided LF
172172
source file. It also copies `app.overlay`,`prj.conf` and `Kconfig` into the
173173
src-gen directory before it, optionally, calls `west build` on the resulting
174174
project.

0 commit comments

Comments
 (0)