summaryrefslogtreecommitdiff
path: root/extmod/machine_mem.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-11-19Use mp_raise instead of nlr_raise(new_exception) where possibleJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-11-21extmod/machine_mem: Typo fix in comment.Paul Sokolovsky
2016-02-10extmod/modmachine: Truncate integers that are to be stored using mem*.Damien George
2015-12-18unix: machine_mem improvementsDave Hylands
2015-12-13unix: Move modmachine into unix directoryDave Hylands