9 Commits (174bb28d8e27c7b082d2c8d7b18f7bf2cdf2c62e)

Author SHA1 Message Date
Damien George 1762990579 py/bc: Provide separate code-state setup funcs for bytecode and native. 3 years ago
Damien George f2040bfc7e py: Rework bytecode and .mpy file format to be mostly static data. 3 years ago
Damien George 801f7dca78 py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash. 5 years ago
Jim Mussared 85858e72df py/objexcept: Allow compression of exception message text. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George bfbd94401d py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t. 5 years ago
Damien George ff58961944 py/nativeglue: Add float new/get functions with both single and double. 5 years ago
Damien George 3690f79afc py/nativeglue: Add funcs/types to native glue table for dynamic runtime. 5 years ago
Damien George 360d972c16 py/nativeglue: Add new header file with native function table typedef. 5 years ago