index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
nativeglue.h
Age
Commit message (
Expand
)
Author
2025-05-13
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2024-05-24
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-05-23
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Damien George
2024-03-28
py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.
Damien George
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2023-10-16
py/dynruntime: Add mp_get_buffer.
Damien George
2022-05-17
py/bc: Provide separate code-state setup funcs for bytecode and native.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2020-05-14
py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.
Damien George
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-09
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2019-12-12
py/nativeglue: Add float new/get functions with both single and double.
Damien George
2019-12-12
py/nativeglue: Add funcs/types to native glue table for dynamic runtime.
Damien George
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George