You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/zephyr.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ hi-resolution timing. These required configurations are stored in a file called
150
150
`prj_lf.conf` which `lfc` generates into the `src-gen` folder. You can provide
151
151
your own configurations through the following three files that `west lfc`
152
152
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)
154
154
2.`Kconfig`, see [Configuration system (Kconfig)](https://docs.zephyrproject.org/latest/build/kconfig/index.html)
155
155
3.`app.overlay`, see [Devicetree](https://docs.zephyrproject.org/latest/build/dts/index.html#devicetree)
156
156
@@ -168,12 +168,12 @@ you have just built.
168
168
169
169
# The `west lfc` command
170
170
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
172
172
source file. It also copies `app.overlay`,`prj.conf` and `Kconfig` into the
173
173
src-gen directory before it, optionally, calls `west build` on the resulting
174
174
project.
175
175
176
-
Please see `west lfc --help` for more information and the `scripts/lf_build.py`.
176
+
Please see `west lfc --help` for more information and the `scripts/lfc.py`.
177
177
178
178
# LFC-centric development
179
179
In this guide we have shown how LF Zephyr apps can be developed in a
0 commit comments