micropython.mk being ignored #12700
-
Hi all, I'm building a C module, and have set up the folder structure as shown at https://docs.micropython.org/en/latest/develop/cmodules.html
My module compiles fine, and I can successfully call it from MicroPython code. I wanted to add some compiler flags, so put them in After further troubleshooting, it seems that the whole What am I missing to make it use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Which port / chip are you compiling for? rp2 and esp use cmake so extra definitions need to go in the |
Beta Was this translation helpful? Give feedback.
Which port / chip are you compiling for? rp2 and esp use cmake so extra definitions need to go in the
micropython.cmake
fragment. Other make based ports usemicropython.mk