index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
machine_mem.c
Age
Commit message (
Expand
)
Author
2024-03-15
extmod/modmachine: Add MICROPY_PY_MACHINE_MEMX configuration option.
Damien George
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-10-26
extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.
Damien George
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2020-11-13
extmod/machine_mem: Only allow integers in machine.memX subscript.
Arrowana
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
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
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands