You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newlib and newlib-nano is bundled with the gcc-arm embedded toolchain, and seems to provide a pretty suitable and full-featured libc (vprintf and friends can leave a little to be desired though 😬 ). It would be interesting to see a comparison of some common use cases between this libc and the newlib-nano one, w.r.t. code/memory consumption or features!
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I agree this kind of comparison would be useful. I'm currently slammed this work, so it will be a while before I can get around to this.
newlib and newlib-nano is bundled with the gcc-arm embedded toolchain, and seems to provide a pretty suitable and full-featured libc (vprintf and friends can leave a little to be desired though 😬 ). It would be interesting to see a comparison of some common use cases between this libc and the newlib-nano one, w.r.t. code/memory consumption or features!
The text was updated successfully, but these errors were encountered: