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
Hi,
currently printf / scanf do not support floating point numbers when compiling with ARM_GCC. This is understandable as floating point support increases the binary size. One the other hand it's often handy for debugging / troubleshooting purposes.
Could this be made configurable, perhaps as a command line switch? Related issues: