aboutsummaryrefslogtreecommitdiff
path: root/py/nativeglue.h
AgeCommit message (Expand)Author
2022-05-17py/bc: Provide separate code-state setup funcs for bytecode and native.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2020-05-14py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.Damien George
2020-04-05py/objexcept: Allow compression of exception message text.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George
2019-12-12py/nativeglue: Add float new/get functions with both single and double.Damien George
2019-12-12py/nativeglue: Add funcs/types to native glue table for dynamic runtime.Damien George
2019-12-12py/nativeglue: Add new header file with native function table typedef.Damien George