Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-17 | py/obj: Fix mp_obj_is_type compilation with C++. | stijn | |
Fixes issue #12951. Signed-off-by: stijn <stijn@ignitron.net> | |||
2020-10-29 | examples: Add example code for user C modules, both C and C++. | stijn | |
Add working example code to provide a starting point for users with files that they can just copy, and include the modules in the coverage test to verify the complete user C module build functionality. The cexample module uses the code originally found in cmodules.rst, which has been updated to reflect this and partially rewritten with more complete information. |