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:
163
163
west build -t menuconfig
164
164
west build -t guiconfig
165
165
```
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 .
168
168
169
169
# The ` west lfc ` command
170
170
The custom ` lfc ` west command has already been used in previous sections. It can
@@ -218,7 +218,7 @@ west build -t run
218
218
Zephyr has support for three C library implementations.
219
219
- Newlib (Default library used by LF)
220
220
- Picolibc (Supported by LF)
221
- - Minmal libc (Not supported yet by LF)
221
+ - Minimal libc (Not supported yet by LF)
222
222
223
223
For LF programs targeting Zephyr, Newlib is the default C library. You can
224
224
inspect 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`.
286
286
## Troubleshooting
287
287
288
288
### 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
290
290
default C library used by LF programs targeting Zephyr. A workaround is to use
291
291
Picolibc instead. See the chapter on "C libraries" for a description of how to
292
292
change C library implementation.
You can’t perform that action at this time.
0 commit comments