Skip to content

Commit f0790dd

Browse files
committed
Replace all occurances of lf_build.py with lfc.py
1 parent 2556f9e commit f0790dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/embedded/zephyr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ 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.
175175

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`.
177177

178178
# LFC-centric development
179179
In this guide we have shown how LF Zephyr apps can be developed in a

versioned_docs/version-0.5.0/embedded/zephyr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ expects to find at the root of each app:
157157

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

165-
Please see `west lfc --help` for more information and the `scripts/lf_build.py`.
165+
Please see `west lfc --help` for more information and the `scripts/lfc.py`.
166166

167167
# LFC-centric development
168168
In this guide we have shown how LF Zephyr apps can be developed in a

versioned_docs/version-0.6.0/embedded/zephyr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ 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.
175175

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`.
177177

178178
# LFC-centric development
179179
In this guide we have shown how LF Zephyr apps can be developed in a

0 commit comments

Comments
 (0)