File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ Kconfig options and devicetree by calling:
163163west build -t menuconfig
164164west build -t guiconfig
165165```
166- These are very powerful tools and give you alot of insight into the application
167- you have just build .
166+ These are very powerful tools that give you a lot of insight into the application
167+ you have just built .
168168
169169# The ` west lfc ` command
170170The custom ` lfc ` west command has already been used in previous sections. It can
@@ -218,7 +218,7 @@ west build -t run
218218Zephyr has support for three C library implementations.
219219- Newlib (Default library used by LF)
220220- Picolibc (Supported by LF)
221- - Minmal libc (Not supported yet by LF)
221+ - Minimal libc (Not supported yet by LF)
222222
223223For LF programs targeting Zephyr, Newlib is the default C library. You can
224224inspect the file ` lf_prj.conf ` which will be copied into the ` src-gen ` by ` lfc `
@@ -286,7 +286,7 @@ appear as if the `fast` target property was set to `true`.
286286## Troubleshooting
287287
288288### ESP32
289- Several users have reported problems with using ESP32 and Newlib , which is the
289+ Several users have reported problems with using ESP32 and Newlib, which is the
290290default C library used by LF programs targeting Zephyr. A workaround is to use
291291Picolibc instead. See the chapter on "C libraries" for a description of how to
292292change C library implementation.
You can’t perform that action at this time.
0 commit comments