mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino
19 stars 5 forks source link

Enhance: Remove usage of malloc #35

Closed mikaelpatel closed 8 years ago

mikaelpatel commented 8 years ago

Remove all usage of dynamic allocation of memory. Move essential data structure to PROGMEM and EEPROM.

mikaelpatel commented 8 years ago

Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/dfa2fc5d89ec6461a474555ed1942681c839e35a.

mikaelpatel commented 8 years ago

Heap usage is removed.