summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/machine_mem.c
Commit message (Collapse)AuthorAge
* extmod/modmachine: Truncate integers that are to be stored using mem*.Damien George2016-02-10
| | | | Addresses issue #1835.
* unix: machine_mem improvementsDave Hylands2015-12-18
| | | | | | This basically introduces the MICROPY_MACHINE_MEM_GET_READ_ADDR and MICROPY_MACHINE_MEM_GET_WRITE_ADDR macros. If one of them is not defined, then a default identity function is provided.
* unix: Move modmachine into unix directoryDave Hylands2015-12-13
This leaves behind the common functionality in extmod/machine_mem.c which can be used by all ports.