Skip to content

Proper stack & heap for MicroPython

Right now, we use the stack hack from ports/minimal. This should be changed to a proper implementation, especially the heap which is locked to 4k at the moment.