index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
natmod
Age
Commit message (
Expand
)
Author
2023-10-16
extmod/modframebuf: Remove FrameBuffer1 from natmod build.
Jim Mussared
2023-09-02
examples/natmod: Add features4 as a class definition example.
Jim Mussared
2023-08-16
examples: Mark asm, pio, etc. as noqa: F821 (undefined-name).
Angus Gratton
2023-07-21
examples/natmod/deflate: Add deflate as a dynamic native module.
Jim Mussared
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-08
examples/natmod: Rename umodule to module.
Jim Mussared
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.
Jim Mussared
2022-09-19
all: Simplify buffer protocol to just a "get buffer" callback.
Jim Mussared
2022-08-19
extmod/modframebuf: Add ellipse drawing method.
Peter Hinch
2022-06-10
examples/natmod/features3: Add example to test more natmod features.
Damien George
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
Jim Mussared
2020-03-03
examples/natmod: Add .gitignore to ignore generated example .mpy files.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-19
examples/natmod: Add very simple features0 example to compute factorial.
Damien George
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
examples/natmod: Add features1 and features2 examples.
Damien George
2019-12-12
examples/natmod: Add ure example.
Damien George
2019-12-12
examples/natmod: Add framebuf example.
Damien George
2019-12-12
examples/natmod: Add uzlib example.
Damien George
2019-12-12
examples/natmod: Add uheapq example.
Damien George
2019-12-12
examples/natmod: Add btree example.
Damien George