summaryrefslogtreecommitdiffstatshomepage
path: root/examples/usercmodule/cppexample
Commit message (Expand)AuthorAge
* all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton2024-03-07
* py/obj: Fix mp_obj_is_type compilation with C++.stijn2023-11-17
* examples/usercmodule: Add a sub-package example.Jim Mussared2023-06-01
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* unix/Makefile: Remove explicit addition of -std=c++ flag.stijn2022-02-18
* examples/usercmodules: Simplify user C module enabling.Damien George2021-04-01
* examples/usercmodule: Add micropython.cmake to the C and CPP examples.Phil Howard2021-03-31
* examples: Add example code for user C modules, both C and C++.stijn2020-10-29