Do I need to enable the Heap?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
cduran
Posts: 80
Joined: Thu Mar 17, 2016 4:52 pm

Do I need to enable the Heap?

Post by cduran » Mon Dec 05, 2016 9:39 pm

I'm currently using mp with no OS as part of my firmware. I want to keep is as lean as possible, I would like to know if I could forgo enabling the heap. Currently to run the necessary scripts I have to have a 4k heap.

Post Reply