summaryrefslogtreecommitdiff
path: root/supervisor/memory.h
AgeCommit message (Collapse)Author
2020-04-14allow retrieving info about a supervisor allocationJeff Epler
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2018-08-02Share memory.c and a bit of polish.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
This allows for the heap to fill all space but the stack. It also allows us to designate space for memory outside the runtime for things such as USB descriptors, flash cache and main filename. Fixes #754