sys/fmt: use fwrite with picolibc#14841
Conversation
|
I assume the reason to use Wouldn't using |
|
With newlib: fwritewriteBut I keep wondering how |
Hmm, 200 B ROM seems to be worth the pain of using either |
|
Ok if we do this as an intermediate solution I’m fine. |
Use fwrite() instead of write() to fix linking with picolibc.
|
I was wrong, VFS already does the right thing - no need to avoid |
|
#14843 was merged instead. |
Contribution description
Use
fwrite()instead ofwrite()to fix linking with picolibc.(Why even keep the separate
writecodepath?)Testing procedure
should be working now.
Issues/PRs references
follow-up to #14827
#14843 offers a more comprehensive solution.