Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George | |
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h | |||
2014-01-20 | py: Put micropython module init code in builtinmp.c. | Damien George | |
2014-01-20 | Expose memory stats functions via "micropython" module. | Paul Sokolovsky | |
These are micropython.mem_total(), .mem_current(), .mem_peak(). These are 3 individual functions with simple scalar return value to make sure that calls to these functions themselves have minimal (hopefully zero) impact on memory allocation. |