Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix/Makefile: Remove explicit addition of -std=c++ flag. | stijn | 2022-02-18 |
| | | | | | This was added merely for building the C++ user module example, so it's a better fit to add it in the corresponding micropython.mk. | ||
* | examples: Add example code for user C modules, both C and C++. | stijn | 2020-10-29 |
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. |