Can we use zephyr with picolib instead of newlib #3238
-
Per the docs i use MINIMAL_LIBC but have this warning because my project im adding mongoose to uses PICOLIBC
Perhaps these options are interchangable for mongoose to work? |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Aug 12, 2025
Replies: 1 comment 2 replies
-
AFAIK we don't handle anything that does not provide a newlib-like interface. If whatever you want to use can do that, then go ahead. I know we build against redlib, yet we only use newlib. YMMV, let us know |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK we don't handle anything that does not provide a newlib-like interface. If whatever you want to use can do that, then go ahead. I know we build against redlib, yet we only use newlib. YMMV, let us know