summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc.py
AgeCommit message (Expand)Author
2016-10-14tests/micropython: Add tests for heap_lock, and emergency exceptions.Damien George
2015-06-08py: Fallback to stack alloca for Python-stack if heap alloc fails.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-05-31tests: Add feature test for when heap allocation is disabled.Damien George