Closed trlafleur closed 4 years ago
again please post this on the support forum.
It’s bug... should be listed on github issues...
~~ /) ~~~~ /) ~~ _/) ~~ _/) ~~
Tom Lafleur
On Aug 6, 2020, at 9:08 AM, Ha Thach notifications@github.com wrote:
again please post this on the support forum.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I did a quick check, the implementation use std newlib vsnprintf()
, if it doesn't not work, it is not supported. You could try to change newlib nano link option etc.. to get it work. Though we don't do it ourself, that's why I asked you to open topic on forum support, there are more people there.
I understand that %llu may not be supported, put trying to print two numbers on the same printf statement should work and is a bug...
I would suggest that you leave this open and I will also post on forum...
~~ /) ~~~~ /) ~~ _/) ~~ _/) ~~
Tom Lafleur
On Thu, Aug 6, 2020 at 10:35 AM Ha Thach notifications@github.com wrote:
I did a quick check, the implementation use std newlib vsnprintf(), if it doesn't not work, it is not supported. You could try to change newlib nano link option etc.. to get it work. Though we don't do it ourself, that's why I asked you to open topic on forum support, there are more people there.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/adafruit/ArduinoCore-samd/issues/245#issuecomment-670074294, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC4EKYTRMERUXV3GPBZGL3R7LSXRANCNFSM4PWUSMZA .
prtinf with uint64_t is not supported, the behavior is undefined, it is not a bug.
Repost of 244...
As you can see, %llu is NOT supported...
If I try to use Serial.printf to print two uint64_t variables, the 2nd one prints as a zero...
Arduino 1.8.13 Feather M0 Adafruit SAMD21 Boards 1.6.0
moved from (arduino/ArduinoCore-sam#109)