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
We should also investigate why /r is needed for newlines on windows. MBED should be automatically adding the carriage returns. See this comment: #304 (comment)
The text was updated successfully, but these errors were encountered:
wmmc88
changed the title
printf fixes
printf newline fix and resource optimization
Mar 8, 2021
We should enable minimal-printf to reduce printf overhead (RAM usage and Flash usage): https://os.mbed.com/docs/mbed-os/v6.8/apis/printf-and-reducing-memory.html
We should also investigate why
/r
is needed for newlines on windows. MBED should be automatically adding the carriage returns. See this comment: #304 (comment)The text was updated successfully, but these errors were encountered: