-
Couldn't load subscription status.
- Fork 1.1k
Description
Hello RaspberryPI pico-SDK people,
It's been pointed out to me that your SDK's standalone print implementation is a copy, or fork, of Marco Paland standalone printf library code.
Well, as you may be aware, Mr. Paland had abandoned his repository over 5 years ago; but - development work has continued, in my own eyalroz/printf: A lot of bugs have had fixes integrated from other forks, or just fixed, period; output correctness has been improved (mpaland's code was failing in all sorts of combinations of flags and format specs) as well as features added - almost completing the C99 feature set.
I therefore suggest you consider rebasing your code onto the eyalroz/printf implementation.
I should perhaps mention that the embeddedartistry Arduino SDK has rebased from mpaland/printf to eyalroz/printf.