-
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
All mcu project may pay attention on Ram use, and have an official command for print freeRam at runtime it is very important.
For avr there is a well know freeram function, but it do not work on other architecture, like Zero, Due, etc.
So i think that an official freeRam() function is actually very needed inside the Arduino core, and this also would push third-party core authors to work on their implementation of freeRam().
NicoHood, max00xam, Victor795, nid69ita, vbextreme and 19 moreVictor795