Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 27, 2024
1 parent 4e5b753 commit ba9f22e
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 @@ -237,7 +237,7 @@ CONFIG_PICOLIBC=y
```

With some additional work we could also get the LF runtime working with Minimal
libc.
libc. It should reduce the code size considerably.

# Debugging LF Zephyr programs using QEMU and GDB
In this section we will see how a LF program can be debugged while running in
Expand Down Expand Up @@ -286,10 +286,10 @@ appear as if the `fast` target property was set to `true`.
## Troubleshooting

### ESP32
Several users have reported problems with using ESP32 and newlibc, 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.
Picolibc instead. See the chapter on "C libraries" for a description of how to
change C library implementation.

### Multiple Zephyr installations
If the following warning is shown when invoking `west lfc` or any other `west`
Expand Down

0 comments on commit ba9f22e

Please sign in to comment.