summaryrefslogtreecommitdiff
path: root/examples/usercmodule/cexample/examplemodule.c
AgeCommit message (Expand)Author
14 daysexamples/usercmodule: Cast arguments for printf.Jeff Epler
2025-02-25all: Upgrade codespell to v2.4.1.Christian Clauss
2024-07-25examples/usercmodule/cexample: Add more advanced native class.Laurens Valk
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-06-01examples/usercmodule: Add a sub-package example.Jim Mussared
2023-03-20examples/usercmodule/cexample: Use mp_obj_malloc().David Lechner
2022-11-23examples/usercmodule: Add example of a native C class.Laurens Valk
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn