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.
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.
added 1-Required 3-Pycardium labels