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 @@ -237,7 +237,7 @@ CONFIG_PICOLIBC=y
237237```
238238
239239With some additional work we could also get the LF runtime working with Minimal
240- libc.
240+ libc. It should reduce the code size considerably.
241241
242242# Debugging LF Zephyr programs using QEMU and GDB
243243In this section we will see how a LF program can be debugged while running in
@@ -286,10 +286,10 @@ 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 newlibc , 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
291- picolibc instead. See the chapter on "C libraries" for a description of how to
292- change C library.
291+ Picolibc instead. See the chapter on "C libraries" for a description of how to
292+ change C library implementation .
293293
294294### Multiple Zephyr installations
295295If the following warning is shown when invoking ` west lfc ` or any other ` west `
You can’t perform that action at this time.
0 commit comments