Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
There were several different spellings of MicroPython present in comments, when there should be only one. | |||
2016-11-21 | extmod/machine_mem: Typo fix in comment. | Paul Sokolovsky | |
2016-02-10 | extmod/modmachine: Truncate integers that are to be stored using mem*. | Damien George | |
Addresses issue #1835. | |||
2015-12-18 | unix: machine_mem improvements | Dave Hylands | |
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. | |||
2015-12-13 | unix: Move modmachine into unix directory | Dave Hylands | |
This leaves behind the common functionality in extmod/machine_mem.c which can be used by all ports. |