MarsRoverFirmware icon indicating copy to clipboard operation
MarsRoverFirmware copied to clipboard

printf newline fix and resource optimization

Open wmmc88 opened this issue 3 years ago • 0 comments

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: https://github.com/uwrobotics/MarsRover2020-firmware/pull/304#discussion_r589110003

wmmc88 avatar Mar 08 '21 14:03 wmmc88