Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Jan 31, 2024
1 parent ba9f22e commit d436159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/embedded/zephyr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Kconfig options and devicetree by calling:
west build -t menuconfig
west build -t guiconfig
```
These are very powerful tools and give you alot of insight into the application
you have just build.
These are very powerful tools that give you a lot of insight into the application
you have just built.

# The `west lfc` command
The custom `lfc` west command has already been used in previous sections. It can
Expand Down Expand Up @@ -218,7 +218,7 @@ west build -t run
Zephyr has support for three C library implementations.
- Newlib (Default library used by LF)
- Picolibc (Supported by LF)
- Minmal libc (Not supported yet by LF)
- Minimal libc (Not supported yet by LF)

For LF programs targeting Zephyr, Newlib is the default C library. You can
inspect the file `lf_prj.conf` which will be copied into the `src-gen` by `lfc`
Expand Down Expand Up @@ -286,7 +286,7 @@ appear as if the `fast` target property was set to `true`.
## Troubleshooting

### ESP32
Several users have reported problems with using ESP32 and Newlib , which is the
Several users have reported problems with using ESP32 and Newlib, which is the
default C library used by LF programs targeting Zephyr. A workaround is to use
Picolibc instead. See the chapter on "C libraries" for a description of how to
change C library implementation.
Expand Down

0 comments on commit d436159

Please sign in to comment.