index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
dynruntime.h
Commit message (
Expand
)
Author
Age
*
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2025-05-13
*
py/dynruntime: Make malloc functions raise MemoryError on failure.
Damien George
2025-03-27
*
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-05-24
*
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Damien George
2024-05-23
*
py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.
Damien George
2024-03-28
*
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2024-02-16
*
py/emitglue: Simplify mp_raw_code_t's kind and scope_flags members.
Damien George
2024-02-16
*
py/emitglue: Provide a truncated mp_raw_code_t for non-asm code.
Damien George
2024-02-16
*
py/dynruntime: Add mp_get_buffer.
Damien George
2023-10-16
*
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
Jim Mussared
2023-09-01
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
*
py/dynruntime: Add mp_obj_is_true.
Jim Mussared
2022-08-19
*
py/dynruntime: Add macros to access more types and mp_const_empty_bytes.
Damien George
2022-06-10
*
py/dynruntime: Add macros to create a new dict and store to dicts.
Jeremy Herbert
2022-06-10
*
py/obj: Introduce mp_obj_malloc macro to allocate, and set object type.
Jim Mussared
2022-05-03
*
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-24
*
py: Introduce and use mp_raise_type_arg helper.
Damien George
2021-07-15
*
py/dynruntime.h: Add mp_obj_get_array() function.
Damien George
2021-04-28
*
py/dynruntime.h: Add mp_import_* and mp_load/store_*.
Jim Mussared
2020-09-18
*
py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.
Damien George
2020-06-08
*
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
Jim Mussared
2020-04-05
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base.
Damien George
2020-02-21
*
py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.
Damien George
2019-12-13
*
py/dynruntime: Add support for float API to make/get floats.
Damien George
2019-12-12
*
tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.
Damien George
2019-12-12