Support for long long formatstrng in printf(), Newlib
I guess this is related to the problem described here, that the newlib-nano is not supporting the modifiers for “long long” (see https://answers.launchpad.net/gcc-arm-embedded/+question/257014)
Is there any possibility of including support for the next release or is there any other way of proper printing 64bit ints without rewriting printf() from scratch?
Markus