Skip to content

Commit cca29e2

Browse files
authored
Merge pull request #237 from magnmaeh/fix-minor-typo
Fix minor typo and update name of script
2 parents d528bad + f0790dd commit cca29e2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/embedded/zephyr.mdx

Lines changed: 3 additions & 3 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,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

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)