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
237
237
```
238
238
239
239
With some additional work we could also get the LF runtime working with Minimal
240
- libc.
240
+ libc. It should reduce the code size considerably.
241
241
242
242
# Debugging LF Zephyr programs using QEMU and GDB
243
243
In 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`.
286
286
## Troubleshooting
287
287
288
288
### 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
290
290
default 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 .
293
293
294
294
### Multiple Zephyr installations
295
295
If 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