aboutsummaryrefslogtreecommitdiff
path: root/py/dynruntime.h
AgeCommit message (Expand)Author
2022-05-03py/obj: Introduce mp_obj_malloc macro to allocate, and set object type.Jim Mussared
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2021-07-15py: Introduce and use mp_raise_type_arg helper.Damien George
2021-04-28py/dynruntime.h: Add mp_obj_get_array() function.Damien George
2020-09-18py/dynruntime.h: Add mp_import_* and mp_load/store_*.Jim Mussared
2020-06-08py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.Damien George
2020-04-05py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-21py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base.Damien George
2019-12-13py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.Damien George
2019-12-12py/dynruntime: Add support for float API to make/get floats.Damien George
2019-12-12tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George